Re: PGAccess failing....

From: brew(at)theMode(dot)com
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: PGAccess failing....
Date: 2003-06-16 04:37:50
Message-ID: Pine.BSF.4.44.0306160029480.47927-100000@themode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice


Smitha......

> when i tried to create a new database using pgaccess..
> it is giving the following error..
> Tcl error executing pg-exec create database "name".
> Is not a valid postgresql connection...

Just guessing here, but this comes up from time to time.....

Check to see if pg_hba.conf is set up right to allow the kind of
connections you want. Also if you are connecting via tcp-ip I think you
have to start postgresql with -i or something similiar.

Sorry I can't give you exact details........

Are you running pgaccess and the server on the same machine or different
manchines? Can you run the psql monitor program on the machine that the
server is on and connect?

This will give you some things to check until somebody comes along who
knows more than me about pgaccess.

brew

==========================================================================
Strange Brew (brew(at)theMode(dot)com)
Check out my Musician's Online Database Exchange (The MODE Pages)
http://www.TheMode.com
==========================================================================

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Smitha V. Babu 2003-06-16 11:00:50 How to integrate postgresql to a c application.............
Previous Message Smitha V. Babu 2003-06-16 04:22:37 PGAccess failing....