Accessing and Changing Relational Data

API Implicit Transactions

The API mechanisms used to set implicit transactions are ODBC and OLE DB.

ODBC

OLE DB

OLE DB does not have a method to set implicit transaction mode specifically.

ADO

ADO does not support implicit transactions. ADO applications use either autocommit mode or explicit transactions.

See Also

Transactions

Performing Transactions