Constantin Teodorescu wrote:
> Byron Nikolaidis wrote:
> >
> > This is the FINAL mini-update of the odbc driver version 06-40-0002, and
> > is available at http://www.insightdist.com/psqlodbc.
>
> Would it be possible to make the postdrv.exe available through a ftp
> site ?
>
In fact, it already is available through ftp!
Just ftp to www.postgresql.org and log in as anonymous with your email address
as the password. The files you want are in "/pub/odbc/latest". If you would
prefer a url, it is ftp://ftp.postgresql.org/pub/odbc/latest/postdrv.exe.
You can also get here through the postgresql web page if you click on
"download".
I'm not sure if you realize it, but there is also a file there called
"postdll.zip", which is only a fraction of the size of postdrv.exe. It is
just the driver (psqlodbc.dll), so it requires that you have previously
installed postdrv.exe at least once. So all you have to do is copy the
psqlodbc.dll file into your \windows\system directory.
Byron