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

SQL Anywhere 12.0.0 » UltraLiteJ » Using UltraLiteJ » Developing UltraLiteJ applications » Accessing and modifying data using SQL

 

Managing transactions using COMMIT, ROLLBACK

UltraLiteJ does not support AutoCommit mode. Transactions must be explicitly committed or rolled back using the methods supported by the Connection interface.

Use the commit method to commit transactions. Use the rollback method to roll back transactions.

 See also