Re: ODBC Driver problem

Поиск
Список
Период
Сортировка
От anthony.caduto@micorp.com
Тема Re: ODBC Driver problem
Дата
Msg-id OF89C31DBE.95AA41D7-ON86256F1D.005E2CA0-86256F1D.005E624B@micorp.com
обсуждение исходный текст
Ответ на Re: ODBC Driver problem  ("Merlin Moncure" <merlin.moncure@rcsonline.com>)
Список 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 по дате отправления:

Предыдущее
От: "Merlin Moncure"
Дата:
Сообщение: Re: ODBC Driver problem
Следующее
От: Randy Yates
Дата:
Сообщение: Re: Non-Proprietary ODBC Examples on Win32?