IBX.IBDatabase.TIBDatabase.CheckActive
Delphi
procedure CheckActive;
C++
void __fastcall CheckActive(void);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | public | IBX.IBDatabase.pas IBX.IBDatabase.hpp | IBX.IBDatabase | TIBDatabase | 
Description
Checks to see if the database connection is active.
Call CheckActive to determine if the connection to a database server is active. If the database connection is inactive, an ibxeDatabaseClosed exception is raised.