Top  | Previous | Next

system.db.rollbackTransaction

Description

Performs a rollback on the given connection. This will make all statements executed against this transaction since its beginning or since the last commit  or rollback undone. Note that if you are done with the transaction, you must also close it afterward you do a rollback on it.

Syntax

system.db.rollbackTransaction(tx)

Parameters

String tx - The transaction ID.

Returns

nothing

Scope

All