> -----Original Message-----
> From: luk@iplus.ru [mailto:luk@iplus.ru]
> Sent: 03 December 2001 07:43
> To: pgsql-odbc@postgresql.org
> Subject: Re: [ODBC] Win32 ODBC Issue!
>
>
> ODBC driver is NOT outdated. Drivers has their own
> versioning, that is not the same as Postgresql's one. ODBC
> does not support encrypted passwords, so you have to use
> plain text authentification with your Windows client.
>
> BTW, the latest version of Postgresql ODBC drivers is 7.01.0009.
Actually we are vaguely following the PostgreSQL versions - at least in
Major/Minor number. The revision number doesn't follow PostgreSQL though.
The formatting of the number is also slightly different - this is to comply
with certain elements of the ODBC spec which expects version numbers in
xx.xx.xxxx form - hence the PostgreSQL 7.1 ODBC drivers version is
07.01.xxxx
Regards, Dave.