I keep getting this error when I try to commit a group of executed statements. Details are blank and the message just doesn’t give enough information (‘SQL Error’ only). Anyone run into this error, or have any ideas?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
So, it turns out that on a couple queries before I began the transaction that had the limit param passed on execute() statement. Which means that those statements were still executing, and had to be canceled before you can commit a transaction.