Contents Index Autocommit implementation details Cursors and transactions

ASA Programming Guide
  Using SQL in Applications
    Controlling transactions in applications

Controlling the isolation level


You can set the isolation level of a current connection using the ISOLATION_LEVEL database option.

Some interfaces, such as ODBC, allow you to set the isolation level for a connection at connection time. You can reset this level later using the ISOLATION_LEVEL database option.


Contents Index Autocommit implementation details Cursors and transactions