Re: IBM VisualAge Smalltalk, ODBC, 8.0 Beta 4 and retrieving - Mailing list pgsql-odbc

From Gary Doades
Subject Re: IBM VisualAge Smalltalk, ODBC, 8.0 Beta 4 and retrieving
Date
Msg-id 41991A70.10208@gpdnet.co.uk
Whole thread Raw
In response to Re: IBM VisualAge Smalltalk, ODBC, 8.0 Beta 4 and retrieving  (M.Feldtmann@t-online.de (Marten Feldtmann))
Responses Re: IBM VisualAge Smalltalk, ODBC, 8.0 Beta 4 and retrieving  (M.Feldtmann@t-online.de (Marten Feldtmann))
List pgsql-odbc
Marten Feldtmann wrote:
> I tried them (7.3.2.0 - both legazy and unicode-beta) and they do not
> even get loaded -
> both VAST and OpenOffice give the same error:
>
> SQL-Status: IM003
> Error-Code: 160
>

There should be three drivers that install with the 7.3.2.0 installer

PostgreSQL
PostgreSQL Legacy
PostgreSQL Unicode (beta)

You should use the first one for maximum stability. I have never had any
problems with this driver. (Windows XP SP2 using .NET (C#)).

The error you are getting sounds more like a general ODBC driver
mananger issue, not specifically with PostgreSQL drivers.

Can you use any other ODBC driver for any database other than PostgreSQL?

Error IM003: "(DM) The driver listed in the data source specification in
system information was not found or could not be connected to for some
other reason."

Are you sure there are no other psqlodbc.dll copies on your system? The
8.0.02 drivers install into Program Files... while the 7.3.2.0 install
into Windows\System32

Cheers,
Gary.



pgsql-odbc by date:

Previous
From: M.Feldtmann@t-online.de (Marten Feldtmann)
Date:
Subject: Re: IBM VisualAge Smalltalk, ODBC, 8.0 Beta 4 and retrieving
Next
From: Shachar Shemesh
Date:
Subject: Re: ODBC Driver stability