Contents Index Setting autocommit or manual commit mode Autocommit implementation details

ASA Programming Guide
  Using SQL in Applications
    Controlling transactions in applications
      Setting autocommit or manual commit mode

Controlling autocommit behavior

The way to control the commit behavior of your application depends on the programming interface you are using. The implementation of autocommit may be client-side or server-side, depending on the interface.

For more information, see Autocommit implementation details.

To control autocommit mode (ODBC)

To control autocommit mode (ADO.NET)

To control autocommit mode (JDBC)

To control autocommit mode (Open Client)

To control autocommit mode (embedded SQL)


Contents Index Setting autocommit or manual commit mode Autocommit implementation details