AdoConnection:RollbackTrans()

<< Click to Display Table of Contents >>

Navigation:  Ado Classes > AdoConnection Class >

AdoConnection:RollbackTrans()

Previous pageReturn to chapter overviewNext page

Purpose

Cancels any changes made during the current transaction and ends the transaction. It may also start a new transaction

 

Prototype

METHOD RollbackTrans (   )   AS VOID PASCAL CLASS AdoConnection

 

Return

NOTHING

 

See Also

AdoConnection, AdoConnection:BeginTrans(), AdoConnection:CommitTrans()