ODAC

TOraTransaction.Savepoint Method

Defines a savepoint in the transaction.

Class

TOraTransaction

Syntax

procedure Savepoint(const Savepoint: string);

Parameters
Savepoint
Holds the savepoint name that identifies the savepoint.

Remarks

Call the Savepoint method to define a point in the transaction to which you can roll back later. As the parameter, you can pass any valid name to identify the savepoint.

To roll back to the last savepoint call RollbackToSavepoint.

See Also

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