Subject RE: [IBO] Urgent - Problem with StoredProc and prepare
Author Claudio Valderrama C.
> -----Original Message-----
> From: Jason Wharton [mailto:jwharton@...]
> Sent: MiƩrcoles 24 de Enero de 2001 19:00
>
> Yes, it is possible to inquire the server version running. Where I don't
> have any help is asking the client to identify itself.

But to communicate with the server, you load gds32.dll in the IBO code,
right? Hence, you could use the Windows API calls to get the version
information from the DLL. Typically, the Product Version carries the IB
version of the client DLL. In the case of the "before backdoor" release by
Borland, the Product Version string is 6.0.0.627 so you have a good clue.

C.