hi all,

if a single batch has a failed insert statement my understanding is that
remaining statements in the batch will be attempted and then BatchException
will be thrown? If in these remaining statements another statement(s) fails,
how can we get all sql statements that failed in the same batch? I guess
getFailingSqlStatement() returns only the first sql statement that failed in
a batch?

Many thanks,
-- 
View this message in context: 
http://www.nabble.com/getFailingSqlStatement%28%29-tf2962806.html#a8289571
Sent from the iBATIS - User - Java mailing list archive at Nabble.com.

Reply via email to