Advantage Database Server

TAdsConnection.CreateSavepoint

Advantage TDataSet Descendant

TAdsConnection.CreateSavepoint

Advantage TDataSet Descendant

This is the first topic This is the last topic  

TAdsConnection.CreateSavepoint

Advantage TDataSet Descendant

This is the first topic This is the last topic  

TAdsConnection

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

BeginTransaction

Commit

Rollback