Re: ODBC Driver problem

From: "Merlin Moncure" <merlin(dot)moncure(at)rcsonline(dot)com>
To: <anthony(dot)caduto(at)micorp(dot)com>
Cc: <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: ODBC Driver problem
Date: 2004-09-28 16:28:37
Message-ID: 6EE64EF3AB31D5448D0007DD34EEB3412A74CF@Herge.rcsinc.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi,
I just installed the latest ODBC driver and it seems to be missing
support for Postgresql 7.3 and up schemas (table namespaces)
[...]

I had a similar problem when I installed the odbc driver from the
postgresql 8.0 msi installation package. I downgraded to the latest
stable odbc version on the project website and that fixed the problem.

If you don't want to downgrade, one workaround that may or may not help
is to have the odbc driver set the schema path when the driver connects.

i.e. in odbc options put

set search_path = s1, s2

where you can enter command connect string.

Merlin

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message anthony.caduto 2004-09-28 17:10:04 Re: ODBC Driver problem
Previous Message anthony.caduto 2004-09-28 16:23:01 ODBC Driver problem