MySQL Forums
Forum List  »  Perl

Re: Redirecting DBI output
Posted by: flower628
Date: January 31, 2007 03:05PM

I tried that before and I received the following error:
DBI connect('dbname=','HASH(0x814cd28)',...) failed: FATAL: database "user='HASH(0x814cd28)'" does not exist
at ./Ingest.pl line 963

Line 963 contains the following:
$handle = DBI->connect($command,
{PrintWarn=>0})
or die "Couldn't connect to database: " . DBI->errstr;

Any help is appreciated. Thanks.

Options: ReplyQuote


Subject
Written By
Posted
January 30, 2007 11:09AM
January 30, 2007 05:32PM
Re: Redirecting DBI output
January 31, 2007 03:05PM
February 01, 2007 07:42AM
October 12, 2007 10:15AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.