IBDAC

TIBCTransaction.StartSavepoint Method

Defines a point in the transaction to which you can roll back later.

Class

TIBCTransaction

Syntax

procedure StartSavepoint(const Name: string);

Parameters
Name
Holds the savepoint name.

Remarks

Call the StartSavepoint methoyd 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 RollbackSavepoint.

See Also

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