Re: CGI program cannot access database - Mailing list pgsql-general

From Samik Raychaudhuri
Subject Re: CGI program cannot access database
Date
Msg-id 4166C25D.5000103@freeshell.org
Whole thread Raw
In response to Re: CGI program cannot access database  (Steven Klassen <sklassen@commandprompt.com>)
Responses Re: CGI program cannot access database  (Steven Klassen <sklassen@commandprompt.com>)
List pgsql-general
On 10/8/2004 10:17 AM, Steven Klassen wrote:

>$dbh=DBI->connect("dbi:Pg:dbname='samik';host='abc.org';port=5432","samik","xxxx");
>
>
>It seems that machine can't resolve abc.org (although I can). The
>format of your connect string is a little unorthodox, but it seems to
>work in general.
>
>
>
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.
Regards,
-Samik

pgsql-general by date:

Previous
From: Samik Raychaudhuri
Date:
Subject: Re: CGI program cannot access database
Next
From: Steven Klassen
Date:
Subject: Re: CGI program cannot access database