Hello! > Does Derby try to execute the remaining statements, after an error has > occurred?
According to http://db.apache.org/derby/docs/10.4/adminguide/adminguide-single.html the remaining statements are not executed (if I use embedded driver): > Treatment of error situations encountered during batch processing with > java.sql.Statement, java.sql.PreparedStatement and > java.sql.CallableStatement is different. With the embedded driver processing > stops when an error is encountered; with the network client > driver processing continues, but an appropriate value as defined in the > java.sql.Statement api is returned in the resulting > update count array. Best regards Dmitri Pissarenko -- http://www.xing.com/profile/Dmitri_Pissarenko
