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 after you do a rollback on it.

Syntax

system.db. rollbackTransaction( tx )

  • Parameters

String tx - The transaction ID.

  • Returns

Nothing

  • Scope

All

Code Examples

There are no examples available for this code function.