S skipper Member Licensed User Jan 22, 2011 #1 Hi all, how to rollback an SQLite transaction aborted by an error and intercepted by the error routine? Could someone please post a short code sample? Many thanks Skipper
Hi all, how to rollback an SQLite transaction aborted by an error and intercepted by the error routine? Could someone please post a short code sample? Many thanks Skipper
Erel B4X founder Staff member Licensed User Longtime User Jan 23, 2011 #2 You can close the connection and open it again. It should rollback the transaction.