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

SQL Anywhere 11.0.1 » UltraLiteJ » Using UltraLiteJ » Developing UltraLiteJ applications » Accessing and manipulating 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.

To commit a transaction, use the commit method.

To roll back a transaction, use the rollback method.

See also