Updated ODBC Driver Download

From: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
To: "'pgsql-odbc(at)postgresql(dot)org'" <pgsql-odbc(at)postgresql(dot)org>
Subject: Updated ODBC Driver Download
Date: 2001-02-06 09:45:27
Message-ID: 8568FC767B4AD311AC33006097BCD3D61A2958@woody.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

I have compiled the latest ODBC driver source for Win32 and made it
available under the Downloads area at:
http://www.greatbridge.org/project/pgadmin/.

This is version 07.01.0002 of the driver and contains a fix for SQLGetInfo
SQL_DBMS_VER and the following updates from Hiroshi Inoue:

1) initialized pg_version by DSN's protocol info so that we could always use
pg_version info once a connection is established (pg_version() didn't exist
before 6.4). PROTOCOL_XX() macros are removed(except from connection.[ch]).
2) provided a few macros to encapsulate connection's version info and
replaced existent comparison stuff by those macros.
3) change SQLTables() so that 7.1 servers could show views.

Regards,

Dave.

Browse pgsql-odbc by date

  From Date Subject
Next Message Johann Zuschlag 2001-02-06 22:34:31 Re: Invalid Page Fault in PSQLODBC.DLL
Previous Message Hiroshi Inoue 2001-02-06 02:35:09 odbc changes