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?
A:
That error is usually returned when you have no tables defined. Could that be the cause?
Jeff Pinkston
2009-08-31 21:24:53
I don't think so, I ran a few queries before I began the transaction on the same table, and no problems.
Corey Hart
2009-08-31 23:34:38
A:
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.
Corey Hart
2009-08-31 23:38:24