IBX.IBDatabase.TIBDatabase.CheckActive

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CheckActive;

C++

void __fastcall CheckActive();

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.