Controlling SQLite transactions
Posted: Thu Oct 15, 2009 12:23 am
I need the ability to define sequences of SQLite statements as transactions. The dictionary shows me command to issue COMMIT and ROLLBACK commands but I don;t see anything that will issue a BEGIN. Am I missing something? Do I have to use revExecuteSQL to issue a BEGIN?
In addition, the command/function that issues a ROLLBACK doesn't provide a way to include the SAVEPOINT parameter of the ROLLBACK command. Does this mean I have to use revExecuteSQL again?
Thanks,
Pete
In addition, the command/function that issues a ROLLBACK doesn't provide a way to include the SAVEPOINT parameter of the ROLLBACK command. Does this mean I have to use revExecuteSQL again?
Thanks,
Pete