RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBDataBase.TestConnected Method

Tests whether a database is connected.

Pascal
function TestConnected: Boolean;
C++
__fastcall Boolean TestConnected();

Use TestConnected to determine whether a database is connected to the server. TestConnected returns true if the connection is good, and false if it is not. 

 

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