Re: CGI program cannot access database

From: Steven Klassen <sklassen(at)commandprompt(dot)com>
To: Samik Raychaudhuri <samik(at)freeshell(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: CGI program cannot access database
Date: 2004-10-08 17:09:13
Message-ID: 20041008170913.GA14512@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

* Samik Raychaudhuri <samik(at)freeshell(dot)org> [2004-10-08 11:37:49 -0500]:

> Thanks very much for your reply. Why do you say that the connect
> string is a little unorthodox? I just followed the standard DBI
> documentation.

Just not used to seeing the semi-colons in the DSN. Usually the
dbname, host, and port directives are space delimited.

I didn't catch earlier that you said it works on the command line but
not as a CGI. I'll have another look at the original post.

--
Steven Klassen - Lead Programmer
Command Prompt, Inc. - http://www.commandprompt.com/
PostgreSQL Replication & Support Services, (503) 667-4564

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Samik Raychaudhuri 2004-10-08 17:15:18 Re: CGI program cannot access database
Previous Message Samik Raychaudhuri 2004-10-08 16:37:49 Re: CGI program cannot access database