On Wed, Jan 07, 2004 at 12:53:55PM -0500, Jeremy Muhlich wrote:
> 3) Make errors non-fatal with $dbh->{RaiseError} = 0

I don't know why you suggest making errors non-fatal.  (Well, okay, in
this example it didn't exactly matter, because there is no status
checking and the eval defeats RaiseError.)  I always recommend
$dbh->{'RaiseError'} = 1 as a default.  I don't understand the
philosophy that wants to continue blindly processing when things go
wrong.

Regards,
-John

-- 
John Tobey <[EMAIL PROTECTED]>
\____^-^
/\  /\
_______________________________________________
Boston-pm mailing list
[EMAIL PROTECTED]
http://mail.pm.org/mailman/listinfo/boston-pm

Reply via email to