Subject | Re: [IBO] Similar component to TIBDatabaseInfo from IBX? |
---|---|
Author | Helen Borrie |
Post date | 2001-08-13T06:37:13Z |
At 08:27 AM 13-08-01 +0200, you wrote:
Look up the Characteristics property...
TIB_ConnectCharacteristics = packed record
dbAllocation: longint;
dbLevelPrefix: byte;
dbBase_Level: byte;
dbFilePrefix: byte;
dbFile: string;
dbSite: string;
dbImplementationPrefix: byte;
dbImplementation: byte;
dbClass: byte;
dbNo_Reserve: byte;
dbForced_Writes: byte;
dbODS_Minor_Version: word;
dbODS_Version: word;
dbPage_Size: word;
dbVersionPrefix: byte;
dbVersion: string;
dbSweep_Interval: integer;
dbPage_Buffers: integer;
dbSQLDialect: integer;
dbReadOnly: boolean;
dbSizeInPages: integer;
end;
hth
Helen
All for Open and Open for All
InterBase Developer Initiative ยท http://www.interbase2000.org
_______________________________________________________
>Hi list,Yes, it's called TIB_Connection. :))
>
>currently I'm migrating an IBX application to IBO. In the IBX app I'm using
>a component called TIBDatabaseInfo to get information about the number of
>connected users for a database, ODS information, .... Is there something
>similar in IBO?
Look up the Characteristics property...
TIB_ConnectCharacteristics = packed record
dbAllocation: longint;
dbLevelPrefix: byte;
dbBase_Level: byte;
dbFilePrefix: byte;
dbFile: string;
dbSite: string;
dbImplementationPrefix: byte;
dbImplementation: byte;
dbClass: byte;
dbNo_Reserve: byte;
dbForced_Writes: byte;
dbODS_Minor_Version: word;
dbODS_Version: word;
dbPage_Size: word;
dbVersionPrefix: byte;
dbVersion: string;
dbSweep_Interval: integer;
dbPage_Buffers: integer;
dbSQLDialect: integer;
dbReadOnly: boolean;
dbSizeInPages: integer;
end;
hth
Helen
All for Open and Open for All
InterBase Developer Initiative ยท http://www.interbase2000.org
_______________________________________________________