Subject How can I tell the version of GDS32.DLL?
Author chny4227
I've used IBO and Interbase for several years. Recently I changed to
Firebird and I found out that when using the old client version
(GDS32.DLL) and Firebird there are sometimes problems. The solution is
to make sure that the clients are using GDS32.DLL produced from the
Firebird installation.
What I want to do now is to check during the startup of my application
what client library is used. I've found all kinds of information
regarding the server, but none about the client. Is there any version
information about the client that can be extracted using IBO? The
alternative would obviously be to check the version by using routines
in Windows, but I think it would be better to get that information
from IBO.

/Chris