Looking for an ODBC driver for postgres

Started by Eric Webberabout 24 years ago5 messagesgeneral
Jump to latest
#1Eric Webber
streethockey@ureach.com

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 ?

warmest regards,

Eric Sean Webber
streethockey@ureach.com

________________________________________________
Get your own "800" number
Voicemail, fax, email, and a lot more
http://www.ureach.com/reg/tag

#2Devrim GUNDUZ
devrim@oper.metu.edu.tr
In reply to: Eric Webber (#1)
Re: Looking for an ODBC driver for postgres

Hi,

On Wed, 6 Mar 2002, Eric Webber wrote:

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 ?

Please visit odbc.postgresql.org

Best regards,
Devrim GUNDUZ

warmest regards,

Eric Sean Webber
streethockey@ureach.com

________________________________________________
Get your own "800" number
Voicemail, fax, email, and a lot more
http://www.ureach.com/reg/tag

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo@postgresql.org)

--

Devrim GUNDUZ

devrim@oper.metu.edu.tr
devrim.gunduz@linux.org.tr
devrimg@tr.net

Web : http://devrim.oper.metu.edu.tr
------------------------------------------------------------------

#3Jochem van Dieten
jochemd@oli.tudelft.nl
In reply to: Eric Webber (#1)
Re: Looking for an ODBC driver for postgres

Eric Webber wrote:

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 ?

http://odbc.postgresql.org/

Jochem

#4Patrick Welche
prlw1@newn.cam.ac.uk
In reply to: Eric Webber (#1)
Re: Looking for an ODBC driver for postgres

On Wed, Mar 06, 2002 at 08:01:29AM -0500, Eric Webber wrote:

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 ?

http://odbc.postgresql.org/ has an ODBC driver.

Cheers,

Patrick

#5Jean-Michel POURE
jm.poure@freesurf.fr
In reply to: Eric Webber (#1)
Re: Looking for an ODBC driver for postgres

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@postgresql.org

Cheers, Jean-Michel POURE