Rubrique précédente: Log

Rubrique suivante: Organization Methods

Rollback

Description

This method rolls back the current transaction and opens a new transaction.

Syntax

Rollback ()

Remarks

When the translation script is run in the script scope, the Rollback method is not executed in the database (the database transaction is not rolled backed).

A translation script automatically opens a new transaction when it starts and immediately after the Rollback action.

If the user does not commit the transaction (due to an error or for another reason) the script is automatically rolled back.