Re: [INTERFACES] Opening database with PGACCESS

From: "Oliver Elphick" <olly(at)lfix(dot)co(dot)uk>
To: rodneyr(at)embratel(dot)com(dot)br
Cc: pgsql-interfaces(at)hub(dot)org
Subject: Re: [INTERFACES] Opening database with PGACCESS
Date: 1999-08-02 04:31:08
Message-ID: 199908020431.FAA05810@linda.lfix.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

rodneyr(at)embratel(dot)com(dot)br wrote:
>When I try to open my database (mydb) with the pgaccess, I receive the
>following message:
>
>"Error connecting database. Connection to database failed
>connectDB() failed: Is the postmaster running and accepting
>TCP/IP (with -i) connections at 'localhost' on port '5432'"
>
>The postmaster is running and I can connect to mydb using "psql":

pgaccess uses a TCP/IP connection through localhost, so you have to use the
-i option when starting the postmaster, even though you have no other
machines connecting to it.

--
Vote against SPAM: http://www.politik-digital.de/spam/
========================================
Oliver Elphick Oliver(dot)Elphick(at)lfix(dot)co(dot)uk
Isle of Wight http://www.lfix.co.uk/oliver
PGP key from public servers; key ID 32B8FAA1
========================================
"All scripture is given by inspiration of God, and is
profitable for doctrine, for reproof, for correction,
for instruction in righteousness;"
II Timothy 3:16

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Tom Lane 1999-08-02 04:33:12 Re: [INTERFACES] Opening database with PGACCESS
Previous Message Jens Glaser 1999-08-02 03:20:53 getPrimaryKeys() bug in JDBC driver (fix)