RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBDatabaseInfo.Reads Property

Returns the number of page reads from the database.

Pascal
property Reads: Long;
C++
__property Long Reads;

Use Reads to return the number of page reads from the database since the current database was first attached, that is, an aggregate of all reads done by all attached processes, rather than the number of reads done for the calling program since it attached to the database. 

 

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