Re: ODBC on cygwin/NT Postgres 7.1

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема Re: ODBC on cygwin/NT Postgres 7.1
Дата
Msg-id 3AE4C0A5.42933D03@tpf.co.jp
обсуждение исходный текст
Ответ на ODBC on cygwin/NT Postgres 7.1  (lbottorff@harveycounty.com)
Список pgsql-odbc
lbottorff@harveycounty.com wrote:
>
> How does one set up ODBC on a cygwin/NT/Postgres 7.1 installation? I already had
> a psqlodbc.dll from the last install (7.0.3). Do I need to recompile a new one
> with VC++?

You could download the binary from ftp sites.
Go to http://www.postgresql.org/ and select a FTP mirror.
You would find the latest driver
  odbc/versions/psqlodbc-07_01_0004.zip.

> Do I need to recompile postgres with --with-odbc?

No. The driver made with --with-odbc doesn't work with
M$ ODBC driver manager. It is designed to work with
iODBC driver manager. I don't know if iODBC works under
Windows. Even though iODBC works, few(no ?) applications
know iODBC under Windows.

regards,
Hiroshi Inoue

В списке pgsql-odbc по дате отправления:

Предыдущее
От: lbottorff@harveycounty.com
Дата:
Сообщение: ODBC on cygwin/NT Postgres 7.1
Следующее
От: Hiroshi Inoue
Дата:
Сообщение: Re: How to configure iodbc access to local postgres db?