Contents Index Controlling transactions in applications Controlling autocommit behavior

ASA Programming Guide
  Using SQL in Applications
    Controlling transactions in applications

Setting autocommit or manual commit mode


Database programming interfaces can operate in either manual commit mode or autocommit mode.

Autocommit mode can affect the performance and behavior of your application. Do not use autocommit if your application requires transactional integrity.

For information on autocommit impact on performance, see Turn off autocommit mode.


Controlling autocommit behavior
Autocommit implementation details

Contents Index Controlling transactions in applications Controlling autocommit behavior