Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 17 » UltraLite - C++ Programming » Application development » UltraLite C++ application development

Transaction management in UltraLite C++

Transactions are started implicitly by the first statement to modify the database, and must be explicitly committed or rolled back.

To commit a transaction, use the ULConnection.Commit method.

To rollback a transaction, use the ULConnection.Rollback method.