Re: Looking for an ODBC driver for postgres

From: Jean-Michel POURE <jm(dot)poure(at)freesurf(dot)fr>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Looking for an ODBC driver for postgres
Date: 2002-03-06 16:12:25
Message-ID: 200203061612.g26GCPLx008092@www1.translationforge
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Le Mercredi 6 Mars 2002 14:01, vous avez écrit :
> I have a postgres database on linux I wish to access
> via thekompany's DataArchitect tool which is running
> on Win2k. Is there an ODBC driver of Win2k for postgres
> running on Linux ?

Dear Eric,

Client-side ODBC : http://odbc.postgresq.org. Alternatively, you can also
install pgAdmin2 (http://pgadmin.postgresql.org), PostgreSQL Windows GUI,
which includes PostgreSQL odbc drivers.

Please note ODBC should also be enabled server-side on PostgreSQL. If your
PostgreSQL server was already compiled with odbc:
1) in /var/lib/pgsql/postgresql.conf uncomment "tcpip_socket=true"
2) in /var/lib/pgsql/pg_hba.conf : add your station IP address to the list.

A more complete information can be found at:
http://www.postgresql.org/idocs/index.php?odbc.html

PostgreSQL odbc mailing-list : pgsql-odbc(at)postgresql(dot)org

Cheers, Jean-Michel POURE

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2002-03-06 16:21:52 Re: pbs with pg_dump
Previous Message Lamar Owen 2002-03-06 16:02:30 Re: Mandrake RPMs rebuilt