RE: Perl DBI does not print error.

2005-03-10 Thread John Trammell
ewsgroup comp.lang.perl.misc, or on the Perl Monks site www.perlmonks.org. > -Original Message- > From: sam [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 10, 2005 7:56 AM > To: Mysql > Subject: Perl DBI does not print error. > > Hi, > > The perl DBI does n

Re: Perl DBI does not print error.

2005-03-10 Thread Joerg Bruehe
Hi! Am Do, den 10.03.2005 schrieb sam um 14:55: > Hi, > > The perl DBI does not prints error message: > $sth = $dbh->prepare($insert_sql) >|| print ERRFILE_OUT "prepare: $insert_sql: $DBI::errstr"; > > The out of this error only does not print why the error was occurred. > eg. > Una

Perl DBI does not print error.

2005-03-10 Thread sam
Hi, The perl DBI does not prints error message: $sth = $dbh->prepare($insert_sql) || print ERRFILE_OUT "prepare: $insert_sql: $DBI::errstr"; The out of this error only does not print why the error was occurred. eg. Unable to execute query: DBI::db=HASH(0x8647df0)->errstr: Dan anyone pleas