Defines a point in the transaction to which you can later roll back.
procedure Savepoint(const Name: string);
Call the Savepoint method to define a point in the transaction to which you can later roll back. As the parameter, you can pass any valid name to identify the savepoint.
To roll back to the last savepoint, call RollbackToSavepoint.