Re: ODBC Driver problem - Mailing list pgsql-odbc

From anthony.caduto@micorp.com
Subject Re: ODBC Driver problem
Date
Msg-id OF89C31DBE.95AA41D7-ON86256F1D.005E2CA0-86256F1D.005E624B@micorp.com
Whole thread Raw
In response to Re: ODBC Driver problem  ("Merlin Moncure" <merlin.moncure@rcsonline.com>)
List pgsql-odbc

Hi,
The search path thing works :-)

Did you download the driver from the Gborg site or the postgresql.org site?

Thanks

Tony Caduto
Senior Programmer/Analyst
M&I Trust and Investment Management



"Merlin Moncure" <merlin.moncure@rcsonline.com>
Sent by: pgsql-odbc-owner@postgresql.org

09/28/2004 11:28 AM

To
<anthony.caduto@micorp.com>
cc
<pgsql-odbc@postgresql.org>
Subject
Re: [ODBC] ODBC Driver problem





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

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster


pgsql-odbc by date:

Previous
From: "Merlin Moncure"
Date:
Subject: Re: ODBC Driver problem
Next
From: Randy Yates
Date:
Subject: Re: Non-Proprietary ODBC Examples on Win32?