ODAC

TOraTransaction.RollbackToSavepoint Method

Discards all modifications made during the current transaction and restores its state to the moment of the savepoint.

Class

TOraTransaction

Syntax

procedure RollbackToSavepoint(const Savepoint: string);

Parameters
Savepoint
Holds the name of the savepoint.

Remarks

Call the RollbackToSavepoint method to cancel all updates for the current transaction and restore its state up to the moment of the last defined savepoint.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback