RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBExtract.DatabaseInfo Property

Represents information about the associated database.

Pascal
property DatabaseInfo: TIBDatabaseInfo;
C++
__property TIBDatabaseInfo DatabaseInfo;

Read DatabaseInfo to obtain information about the database that is specified by the Database property. DatabaseInfo provides a variety of information about the database itself, such as the version of the online disk structure (ODS) used by the attachment, the number of database cache buffers allocated, the number of database pages read from or written to, and write-ahead log information. 

 

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