ASA Programming Guide
Using SQL in Applications
Transactions are sets of atomic SQL statements. Either all statements in the transaction are executed, or none. This section describes a few aspects of transactions in applications.
For more information about transactions, see Using Transactions and Isolation Levels.
Setting autocommit or manual commit mode
Controlling the isolation level
Cursors and transactions