On Jan 30, 2004, at 8:25 AM, Tim Bunce wrote:
On Tue, Jan 27, 2004 at 08:38:14PM -0500, gohaku wrote:
Hi everyone,
I'm sorry if this question has been asked before but
I would like to know of a way to suppress error messages like:
'DBD::mysql::st execute failed: Duplicate entry at line 40'
I h
EMAIL PROTECTED]
Sent: Tuesday, January 27, 2004 19:38
To: [EMAIL PROTECTED]
Subject: Suppressing DBD Error messages
Hi everyone,
I'm sorry if this question has been asked before but
I would like to know of a way to suppress error messages like:
'DBD::mysql::st execute failed: Duplicate
gohaku [EMAIL PROTECTED] wrote:
> Hi everyone,
> I'm sorry if this question has been asked before but
> I would like to know of a way to suppress error messages like:
> 'DBD::mysql::st execute failed: Duplicate entry at line 40'
>
> I have tried the following:
> $res = $insert->execute() o
On Tue, Jan 27, 2004 at 08:38:14PM -0500, gohaku wrote:
> Hi everyone,
> I'm sorry if this question has been asked before but
> I would like to know of a way to suppress error messages like:
> 'DBD::mysql::st execute failed: Duplicate entry at line 40'
>
> I have tried the following:
> $re
Hi everyone,
I'm sorry if this question has been asked before but
I would like to know of a way to suppress error messages like:
'DBD::mysql::st execute failed: Duplicate entry at line 40'
I have tried the following:
$res = $insert->execute() or die "Not Inserted\n";
and...
$dbh->{RaiseErro