Subject Re: [firebird-support] Determining Server Version
Author Dimitry Sibiryakov
On 27 Sep 2004 at 16:28, sgharp wrote:

>What's the best way to programmatically determine what version of the
>Firebird server you're using?

If you are connected to a database, use isc_database_info(). I
don't know any way to determine server version without connecting to
database (which would be useful for determining feature set that can
be used during DB creation).

SY, Dimitry Sibiryakov.