ISecurityConnection.InTransaction

Syntax

InTransaction: Boolean;

Description

The InTransaction method returns whether transaction is unfinished.

Comments

The method returns True if after calling the StartTransaction method any SQL queries that change data on the server were executed, and the Commit, or the Rollback methods were not called.

See also:

ISecurityConnection