On Mon, 7 May 2001, Stephen M. Ford wrote:

> Can someone tell me what is wrong with this statement?
>
> $dbh = DBI->connect("dbi:Pg:tracker;host=bullwinkle;port=5432;","","");
>
> DBI->connect(tracker;host=131.204.12.48;port=5432;) failed: 1 at ./tracker2.pl line 
>16

It should be  "dbi:Pg:dbname=tracker..."

-- Brett
                                   http://www.chapelperilous.net/btfwk/
------------------------------------------------------------------------
"Everything should be made as simple as possible, but not simpler."
-- Albert Einstein

Reply via email to