See Also: OleDbTransaction Members
The application creates an System.Data.OleDb.OleDbTransaction object by calling OleDbConnection.BeginTransaction on the System.Data.OleDb.OleDbConnection object. All subsequent operations associated with the transaction (for example, committing or aborting the transaction), are performed on the System.Data.OleDb.OleDbTransaction object.