Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: DBI: pass $dbh from a sub

by dsb (Chaplain)
on Jul 29, 2004 at 16:13 UTC ( [id://378412]=note: print w/replies, xml ) Need Help??


in reply to DBI: pass $dbh from a sub

Well the first line of your output indicating a successful connection is from your own instructions.

The rollback is probably because you have AUTOCOMMIT disabled and since you neither commit nor explicitly destroy the DBI object, the database cancels the changes.

That last error does seem like it's because of the scope of $dbh so try and declare the variable, or establish the connection outside of the loop.


dsb
This @ISA my cool %SIG

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (6)
As of 2024-04-19 14:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found