EPUB | CHM | PDF

TPSQLDatabase.Methods.RollbackToSavepoint

Top Previous Next

Roll back to a savepoint.

Syntax:

procedure RollbackToSavepoint(const Name: string);

Description:

Roll back all commands that were executed after the savepoint was established. The savepoint remains valid and can be rolled back to again later, if needed.

RollbackToSavepoint implicitly destroys all savepoints that were established after the named savepoint.

See also: Savepoint, ReleaseSavepoint