RE: [ADMIN] ODBC connection to PostgreSQL

2001-04-27 Thread Christian Marschalek
That helped, thanks! > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of Stefan Huber > Sent: Friday, April 27, 2001 6:32 PM > To: [EMAIL PROTECTED] > Subject: Re: [ADMIN] ODBC connection to PostgreSQL > > > > >Now

Re: [ADMIN] ODBC connection to PostgreSQL

2001-04-27 Thread Stefan Huber
>Now I wonder how I have to configure the postmaster to get this >working... Try starting it with the -i option to tell the postmaster to listen to TCP Sockets, too. If it isn't that, you might have a different port, the postmaster is listening to, or a "misconfigured" firewall/packetfilter.

Re: [ADMIN] ODBC connection to PostgreSQL

2001-04-27 Thread Oliver Vecernik
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

[ADMIN] ODBC connection to PostgreSQL

2001-04-27 Thread Christian Marschalek
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... Teln