IDalConnection.StartTransaction

Syntax

StartTransaction;

Description

The StartTransaction method initializes transaction with the database.

Comments

Some operations can be executed with DBMS data or objects within one transaction. To confirm the operations, execute the IDalConnection.Commit method, to rollback changes, execute the IDalConnection.Rollback method.

Example

The example of use is given in description of the IDalConnection.Commit, IDalConnection.Rollback methods.

See also:

IDalConnection