Collection Contents Index Controlling transactions in applications Next PDF

SQL Anywhere® Server - Programming
  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

Collection Contents Index Controlling transactions in applications Next PDF