Hello,
A new odbc driver is at our website http://www.insightdist.com/psqlodbc.
This version does not incorporate the unix iodbc patch as I had hoped
(time constraints). The next release will have it (next week).
Byron
version.txt date: 6/05/98 version: 06.30.0244
---------------------------------------------------------------------
This file describes changes and or fixes since the last update.
NEW FEATURES:
1. Check for the "not null" postgres attribute in SQLColumns. This
can help some apps prevent null values from being inserted on
those columns.
BUG_FIXES:
1. Fixed problem with column bindings being lost on statement reuse.
This caused MS Word to display no data.
2. Fixed problems with SQLDescribeParam and SQLNumParams. These
prevented some VB apps that use parameterized statements from working
properly.