开发者

JDBC Batch update

开发者 https://www.devze.com 2023-02-07 20:34 出处:网络
IF i have say 1000 statements in a batch.If one of the command fails to execute properly then will all the remaining commands execute or execution stops at tha开发者_高级运维t point itself??Execution

IF i have say 1000 statements in a batch.If one of the command fails to execute properly then will all the remaining commands execute or execution stops at tha开发者_高级运维t point itself??


Execution stops at that point. Read this post for a solution/workaround : BatchUpdateException: the batch will not terminate

0

精彩评论

暂无评论...
验证码 换一张
取 消