Contents Index Describing result sets Setting autocommit or manual commit mode

ASA Programming Guide
  Using SQL in Applications

Controlling transactions 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

Contents Index Describing result sets Setting autocommit or manual commit mode