Environmental Characteristics
Go Up to Requesting Information about an Attachment
Several properties are provided for determining environmental characteristics, such as the amount of memory currently in use, or the number of database cache buffers currently allocated. These properties are described in the following table:
Property | Returns |
---|---|
|
The amount of server memory currently in use (in bytes) as a long integer |
|
0 for asynchronous (forced) database writes, or 1 for synchronous writes |
|
The maximum amount of memory used at one time since the first process attached to database as a long integer |
|
The number of memory buffers currently allocated as a long integer |
|
The number of transactions that are committed between sweeps as a long integer |
|
The names of all users currently attached to the database as a TStringList |