views:

546

answers:

2

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
I don't think so, I ran a few queries before I began the transaction on the same table, and no problems.
Corey Hart
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

related questions