IBX.IBDatabase.TIBDatabase.CheckInactive

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CheckInactive;

C++

void __fastcall CheckInactive();

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 inactive.

Call CheckInactive to determine whether the connection to a database server is inactive. If the database connection is active, an ibxeDatabaseOpen exception is raised.