Re: batch update is sporadically incomplete



Mark,

Thanks for the help.

The left over records are handled by a server shutdown routine so I've
isolated that problem.
I'm using the MYSQL Query Browser to view the database so it has a
completely separate connection from my server.

You raised an issue that I was concerned about but had been told is not
a problem. My code uses one JDBC connection for several threads using
different batched insert statements. Could those batches overwrite one
another, or somehow collide?

Thanks

.