The UltraLite C++ API does not support AutoCommit mode. Transactions are started implicitly by the first statement to modify the database, and must be explicitly committed or rolled back.
Commit a transactionExecute a conn->Commit statement, where conn is a valid ULConnection pointer.
Roll back a transactionExecute a conn->Rollback statement, where conn is a valid ULConnection pointer.
See also![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |