Re: [INTERFACES] Pgaccess - Error trying to connect

From: Ed Loehr <eloehr(at)austin(dot)rr(dot)com>
To: Don Oliver <dayo_nanaimo(at)hotmail(dot)com>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: [INTERFACES] Pgaccess - Error trying to connect
Date: 2000-03-03 15:59:55
Message-ID: 38BFE17B.BAF2F20F@austin.rr.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Don Oliver wrote:
>
>
> It is now quite apparent that my problem is not with PgAccess, but with my
> network setup. I'll work on this. I see that I have lots more reading to
> do!
> Many thanks to you all for the help. I would never have thought of these
> things myself.

Getting off-topic, but if I assume correctly that you are running
linux, may I recommend a book called "Running Linux", but Matt Welsh,
et.al.? It will give you a lot of guidance as you sort these details
out...

In the end, you should be able to see this kind of result locally:

% ping localhost
PING localhost (127.0.0.1) from 127.0.0.1 : 56 data bytes
64 bytes from 127.0.0.1: icmp_seq=0 ttl=255 time=0.1 ms
64 bytes from 127.0.0.1: icmp_seq=1 ttl=255 time=0.0 ms
64 bytes from 127.0.0.1: icmp_seq=2 ttl=255 time=0.0
ms
...

Cheers,
Ed Loehr

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Peter Mount 2000-03-03 16:07:47 RE: [INTERFACES] JDBC connection refused
Previous Message Ed Loehr 2000-03-03 15:48:34 Re: [INTERFACES] Quick perl question