Thread: How to determne 09.03.0200 dll version, agetfileversion() returns empty string

AGETFILEVERSION() is used to get 32 bit odbc driver file version in Windows
7.

For 9.3.02  it returns empty string.

Right clicking in dll file selecting

Properties
Details

shows empty product version.

How to determine installed odbc driver version ?

Andrus.


(2014/03/03 7:08), Andrus wrote:
> AGETFILEVERSION() is used to get 32 bit odbc driver file version in
> Windows 7.
>
> For 9.3.02  it returns empty string.
> Right clicking in dll file selecting
>
> Properties
> Details
>
> shows empty product version.
>
> How to determine installed odbc driver version ?

Release 9.3.0200 was broken.
Please wait for the next release which will be
released in a few days.

Sorry for the inconvenience.

regards,
Hiroshi Inouw




Hiroshi,

>Release 9.3.0200 was broken.
>Please wait for the next release which will be
>released in a few days.

Thank you.
I'm using 9.3.0200 with Visual Foxpro.

sqlprepare() shows that statement is not prepared.
Some parameter substitution returns error cannot find parameter type.
Those occured in 9.3.0100 also.

I changed code to run prepare command before every insert and added casts
like ::char(1) to reported parameter type errors.

After that I havent found any problems except dll version missing in
9.3.0200 release.

Andrus.