Re: Connecting to database using pg_connect

From: John DeSoi <desoi(at)pgedit(dot)com>
To: <Gene(dot)Brumm(at)thomson(dot)com>
Cc: <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Connecting to database using pg_connect
Date: 2005-03-30 05:36:50
Message-ID: B7082955-A0DD-11D9-ACC4-000A95B03262@pgedit.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice


On Mar 29, 2005, at 1:49 PM, <Gene(dot)Brumm(at)thomson(dot)com> wrote:

> I am having trouble connecting to a PostgreSQL database using the
> following code. The first echo message appears but none of the others.
> I can connect fine using psql. What am I doing wrong?

Is your database name really capitalized like you have it in the
connect string? Have you double checked that pgsql support is compiled
into your php implementation? If you are testing this with a web
server, you might try just running it from the command line to see if
you get a better error description.

John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Greg Lindstrom 2005-03-30 15:31:37 Quote Question
Previous Message John DeSoi 2005-03-30 03:15:40 Re: making contact via perl