BEGIN/COMMIT errors (solved)
Jan 23, 2009 11:26:18 GMT -5
Post by veneff on Jan 23, 2009 11:26:18 GMT -5
I am getting an error whenever I execute the COMMIT query.
The program flow is
Query = "BEGIN TRANSACTION"
Query = "UPDATE..."
Query = "INSERT..."
Query = "COMMIT"
At this point I get the error:
"SQL logic error or missing database"
This sequence works OK in LB4.
I don't disconnect from the database until after the "COMMIT".
Vance
The program flow is
Query = "BEGIN TRANSACTION"
Query = "UPDATE..."
Query = "INSERT..."
Query = "COMMIT"
At this point I get the error:
"SQL logic error or missing database"
This sequence works OK in LB4.
I don't disconnect from the database until after the "COMMIT".
Vance