Re: How to hook up Access to Postgres?

Поиск
Список
Период
Сортировка
От scott.marlowe
Тема Re: How to hook up Access to Postgres?
Дата
Msg-id Pine.LNX.4.33.0305070911380.8765-100000@css120.ihs.com
обсуждение исходный текст
Ответ на Re: How to hook up Access to Postgres?  (Doug McNaught <doug@mcnaught.org>)
Ответы Re: How to hook up Access to Postgres?  (Jeff Eckermann <jeff_eckermann@yahoo.com>)
Список pgsql-general
On 6 May 2003, Doug McNaught wrote:

> "scott.marlowe" <scott.marlowe@ihs.com> writes:
>
> > If postgresql was built with the --enable-odbc switch, you're done the on
> > the postgresql end.  'pg_config --configure' will tell you if it was.  If
> > it wasn't, you may need to rebuild postgresql to get it working.
>
> What does --enable-odbc do?  I didn't set it and I'm running fine with
> Windows clients.

It tells postgresql to build with the odbc interface.  RPM and
dpkg installs are usually built with it, so if you're running from
packages it's probably already been done for you.

> > He shouldn't have to do anything else on the Unix side, all the rest of
> > the configuration is handled in windows / odbc.
>
> I'll second that--I have an Access app working pretty well against
> Posgres 7.3.2.

Yeah, I have a couple of Windows / FoxPro / Access / MSSQL folks using my
postgresql test server for testing and it's pretty straight forward.
Install postgresql's windows odbc driver, create a connector, connect.


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

Предыдущее
От: Oliver Elphick
Дата:
Сообщение: Re: Small bug in postgres' ./configure script and invalid
Следующее
От: "Jimmie H. Apsey"
Дата:
Сообщение: Re: Postgres client/server parameters?