RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSQLConnection.ConnectionState Property

Indicates the current state of the TSQLConnection object.

Pascal
property ConnectionState: TConnectionState;
C++
__property TConnectionState ConnectionState;

Read ConnectionState at runtime to determine the activity being performed, if any, by the connection at a specific point in time. Use ConnectionState to coordinate the activities of the connection component, so that you do not start one activity while it is currently engaged in another. 

 

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