Subject | Re: [firebird-support] How to retrieve the version of fbembed.dll with firebird API |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2003-12-03T06:20:24Z |
On 2 Dec 2003 at 16:25, chaucheeyang wrote:
isc_get_client_major_version(), isc_get_client_minor_version().
SY, Dimitry Sibiryakov.
>I wish to retrieve the firebird embedded server's version numberYou can try isc_get_client_version(),
>with the firebird's API, is that possible?
isc_get_client_major_version(), isc_get_client_minor_version().
> I don't want to retrieveWhy? Windows way is quite good one.
>the DLL file version via windows API but with firebird's API.
>It seems like the isc_attach_database api is not functioningProbably, you use it improperly.
>properly with embedded server.
SY, Dimitry Sibiryakov.