Oracle Objects for OLE Release 9.2 Part Number A95895-01 |
|
See Also |
Example |
Description
Unconditionally rolls back all transactions and clears the transaction mode initiated by BeginTrans.
Usage
oraconnection.ResetTrans
orasession.ResetTrans
Remarks
This method does not generate events or produce errors. Since ResetTrans does not generate events, you cannot cancel ResetTrans in a Validate event, as you can rollback or Commit.
Note: If an OraDatabase object has been enlisted with Microsoft Transaction Server (MTS) and is part of a global MTS transaction, this method has no effect.
|
Copyright © 1994, 2002 Oracle Corporation. All Rights Reserved. |
|