Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » SQL Anywhere Server - Programming » Introduction to Programming with SQL Anywhere » 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. See Autocommit implementation details.

♦  To control autocommit mode (ADO.NET)
♦  To control autocommit mode (OLE DB)
♦  To control autocommit mode (ODBC)
♦  To control autocommit mode (JDBC)
♦  To control autocommit mode (embedded SQL)
♦  To control autocommit mode (Open Client)
♦  To control autocommit mode (PHP)

See sasql_set_option.

♦  To control autocommit mode (on the server)

See Setting autocommit or manual commit mode.