RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSQLConnection.MultipleTransactionsSupported Property

Indicates whether the database server supports multiple transactions.

Pascal
property MultipleTransactionsSupported: LongBool;
C++
__property LongBool MultipleTransactionsSupported;

Read MultipleTransactionsSupported at runtime to ascertain whether the database server supports multiple transactions (either nested or overlapping).

Note: To determine whether the server supports transactions at all, use the TransactionsSupported property. If a server supports only a single transaction at a time, TransactionsSupported is true, and MultipleTransactionsSupported is false.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!