Re: ODBC connection to PostgreSQL

From: Oliver Vecernik <vecernik(at)aon(dot)at>
To: Christian Marschalek <cm(at)chello(dot)at>
Cc: "[ADMIN] PostgreSQL" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: ODBC connection to PostgreSQL
Date: 2001-04-27 16:12:21
Message-ID: 3AE99A65.281C9DB6@aon.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Christian Marschalek wrote:
>
> I installed the PostgreSQL ODBC dll, but everytime I'm trying to connect
> to my database server (witch is another machine in my network) I get the
> error "Couldn't connect to server, couldn't connect to remote socket"
>
> Now I wonder how I have to configure the postmaster to get this
> working...
>
> Telnetting and stuff works without a Problem (even samba) so it's not
> the network. In the ODBC Settings the server is my DB Servers IP
> (192.168.0.1) user name and database values should be right :)

You need to configure pg_hba.conf. More information at:


http://www.at.postgresql.org/users-lounge/docs/7.0/admin/security.htm#AEN1345

Hope this helps.

Oliver

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Stefan Huber 2001-04-27 16:32:22 Re: ODBC connection to PostgreSQL
Previous Message Christian Marschalek 2001-04-27 15:22:47 ODBC connection to PostgreSQL