aspose file tools
The moose likes JDBC and the fly likes JDBC / SqlServer / MSDriver / executeBatch / no exception thrown Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "JDBC / SqlServer / MSDriver / executeBatch / no exception thrown" Watch "JDBC / SqlServer / MSDriver / executeBatch / no exception thrown" New topic
Author

JDBC / SqlServer / MSDriver / executeBatch / no exception thrown

rousseau olivier
Greenhorn

Joined: Jan 27, 2003
Posts: 1
Hi,
I use JDBC/SQLServer 2000 with the last version of MS Driver.
My insert start a trigger.
My insert is in a Batch.
I use executeBatch
The insert is not executed (because of the bad trigger).
My problem is that :
- no exception is thrown,
- the returned int[] contains only '1'.
Please have you informations about ???
Thanks.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: JDBC / SqlServer / MSDriver / executeBatch / no exception thrown
 
Similar Threads
Problem in making connection
problems with batch update
Prepared Statement
forum regarding insert data
Capturing SQLSTATE Messages