Firebird Documentation IndexFirebird 2.1 Release NotesAdministrative Features → More Context Information
Firebird Home Firebird Home Prev: Administrative FeaturesFirebird Documentation IndexUp: Administrative FeaturesNext: Security

More Context Information

More context information about the server and database ('SYSTEM') is available via SELECT calls to the RDB$GET_CONTEXT function, including the engine version.

Example

SELECT RDB$GET_CONTEXT('SYSTEM', 'ENGINE_VERSION')
  FROM RDB$DATABASE
        

For detailed information about using these context calls, refer to the v.2.0.1 release notes.

Prev: Administrative FeaturesFirebird Documentation IndexUp: Administrative FeaturesNext: Security
Firebird Documentation IndexFirebird 2.1 Release NotesAdministrative Features → More Context Information