Click to See Complete Forum and Search --> : java.sql.BatchUpdateException


wasem_aslam
April 19th, 2008, 11:45 AM
I have write a program which reads data from a file and write in a database Postrgresql.But when i run my program it shows the error after some time running.It shows the exception which is
"java.sql.BatchUpdateException: Batch entry 122,098 INSERT INTO GEONAME VALUES (3294551)"
"at org.postgresql.jdbc2.AbstractJdbc2Statement$BatchResultHandler.handleError(AbstractJdbc2Statement.java:2516)"

These are the exceptions can anyone please help me to remove this.
Thanks