Subject Re: [firebird-support] How to retrieve the version of fbembed.dll with firebird API
Author Dimitry Sibiryakov
On 2 Dec 2003 at 16:25, chaucheeyang wrote:

>I wish to retrieve the firebird embedded server's version number
>with the firebird's API, is that possible?

You can try isc_get_client_version(),
isc_get_client_major_version(), isc_get_client_minor_version().

> I don't want to retrieve
>the DLL file version via windows API but with firebird's API.

Why? Windows way is quite good one.

>It seems like the isc_attach_database api is not functioning
>properly with embedded server.

Probably, you use it improperly.

SY, Dimitry Sibiryakov.