Unit 'IBConnection' Package
[Overview][Constants][Types][Classes][Index] [#fcl]

TDatabaseInfo

Record with available database information.

Declaration

Source position: ibconnection.pp line 36

type TDatabaseInfo = record

  Dialect: Integer;

  

SQL dialect (1,2 or 3).

  ODSMajorVersion: Integer;

  

Database On-Disk Structure major version.

  ServerVersion: ansistring;

  

Short Interbase/Firebird server version as reported by server.

  ServerVersionString: ansistring;

  

Long Interbase/Firebird server version as reported by server.

end;

Description

TDatabaseInfo is used internally by TIBconnection to store information about the connected database.

See also

TIBConnection

  

TIBConnection: Firebird/Interbase specific TSQLConnection.


Documentation generated on: Jul 24 2023