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