aspose file tools
The moose likes JDBC and the fly likes Last record not inserted Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Last record not inserted" Watch "Last record not inserted" New topic
Author

Last record not inserted

ganapathy gopinathan
Ranch Hand

Joined: Aug 10, 2004
Posts: 30
Hi all,

I m unable to insert the last when i intend to insert some records.

When i insert ONE record
NO record is inserted
when i insert TWO records
First one is inserted and leaves the second one
When i insert THIRD records
First two records r inserted but THIRD is left.
and so on.

Plz help me to get solution. All the suggestions r welcome.
thanks in advance

bye
gopinathan
Stefan Wagner
Ranch Hand

Joined: Jun 02, 2003
Posts: 1923

Well show us the code.

Probably a loop condition is wrong

But without code we may only guess.


http://home.arcor.de/hirnstrom/bewerbung
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Last record not inserted
 
Similar Threads
Showing 300000+ records in JTable
Last record is not inserted
Still getting duplicate in JPA ManyToMany Entity Relationship
Is it possible or not?
How to insert all the records except the failed one.