RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBDatabaseInfo Class

TIBDatabaseInfo returns information about the attached database.

Pascal
TIBDatabaseInfo = class(TComponent);
C++
class TIBDatabaseInfo : public TComponent;

Use TIBDatabaseInfo to fetch information about the attached database, 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, or write-ahead log information. 

 

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