Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: DBI error

by Fastolfe (Vicar)
on Sep 25, 2002 at 16:07 UTC ( [id://200654]=note: print w/replies, xml ) Need Help??


in reply to DBI error

Do you have 'RaiseError' turned on for your database handle? If not, check each prepare() and execute() call for errors (printing out the error message from $DBI::errstr or $dbh->errstr if it's available). These functions return a false value when they fail. Don't ignore this.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://200654]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (5)
As of 2024-04-25 08:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found