Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^2: DBI fails to return an error code

by djten (Novice)
on Oct 09, 2011 at 01:34 UTC ( [id://930400]=note: print w/replies, xml ) Need Help??


in reply to Re: DBI fails to return an error code
in thread DBI fails to return an error code

I had not tried that before, so I added that in. Then I created an error on purpose in one place in my code (an unknown column name).

On my desktop machine, it threw the error to the Perl "software error" handling (bypassing my error display subroutine entirely), and reported:

"DBD::mysql::st execute failed: Unknown column 'DCredits' in 'field list'".

Exactly right!

On my laptop, it still tried to run my error display subroutine, with the error code and string still blank (no difference there), and Perl's "software error" reported:

"DBD::mysql::st fetchrow_array failed: fetch() without execute()".

Which was not the actual problem, really, so no help there.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (7)
As of 2024-04-18 10:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found