IBX.IBServices.TIBServerProperties.DatabaseInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DatabaseInfo: TDatabaseInfo read FDatabaseInfo;

C++

__property TDatabaseInfo* DatabaseInfo = {read=FDatabaseInfo};

Properties

Type Visibility Source Unit Parent
property public
IBX.IBServices.pas
IBX.IBServices.hpp
IBX.IBServices TIBServerProperties

Description

Indicates database information.

Use the DatabaseInfo property to obtain database information, which includes the database name, number of attachments, and number of databases.

Note: You must install InterBase 6 to use this feature.