dbTalk Databases Forums  

Java executeBatch()

mailing.database.myodbc mailing.database.myodbc


Discuss Java executeBatch() in the mailing.database.myodbc forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
carlbernardi@gmail.com
 
Posts: n/a

Default Java executeBatch() - 12-15-2007 , 08:12 AM






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

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.