skip to main content
Developing ADO.NET Applications : Microsoft .NET Public Objects/Interfaces Supported : OpenAccessTransaction Object
 

OpenAccessTransaction Object

The OpenAccessTransaction object implements the IDBTransaction interface as specified in the .NET Framework.
The following table provides the methods used by the OpenAccessTransaction object to support savepoints. For information about other properties and methods supported, refer to the .NET Client’s online help and the Microsoft .NET Framework SDK documentation.
 
Table 37: Methods of the OpenAccessTransaction Object
Method
Description
Save
Specifies the savepoint name, and creates a savepoint in the transaction that can be used to roll back a portion of the transaction.
Rollback(String)
Rolls back the specified transaction to a savepoint from a pending state.