java executeBatch()

C

carlbernardi

Hi,

I am using executeBatch to pass multiple commands to MySql at once
instead of passing then one by one. I am using the int [] that is
returned by the method. Going through the array I get either a 1 or
-1 as a result and was wondering what the -1 meant? I am using the
executeBatch to call a procedure many times that inserts a new row
unless it is a duplicate row which then performs an update.

I know that 0 or greater is successful execution.
-2 is Statement.SUCCESS_NO_INFO.
-3 is Statement.EXECUTE_FAILED.
But I am not sure what -1 means.

Thanks,

Carl
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top