TAdsConnection.CreateSavepoint
Advantage TDataSet Descendant
|
TAdsConnection.CreateSavepoint Advantage TDataSet Descendant |
|
|
|
|
TAdsConnection.CreateSavepoint Advantage TDataSet Descendant |
|
|
Creates a savepoint in the current transactions.
Syntax
procedure CreateSavepoint( strSavepoint: string );
Description
Call this function to create a savepoint inside the current transaction. This method is ignored if the connection is using Advantage Local Server. See Advantage Transaction Processing for more information.
See Also