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

SAP Sybase SQL Anywhere 16.0 » UltraLite - C and C++ Programming » Application development » UltraLite C++ application development

 

Transaction management

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.

 See also