Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: load data to MySQL database using Perl

by ccn (Vicar)
on Oct 01, 2009 at 05:47 UTC ( [id://798526]=note: print w/replies, xml ) Need Help??


in reply to load data to MySQL database using Perl

Set AutoCommit => 1 or call $dbh->commit; before disconnect.

See perldoc DBI about commiting

Replies are listed 'Best First'.
Re^2: load data to MySQL database using Perl
by xieyulong (Initiate) on Oct 02, 2009 at 14:31 UTC

    Yes. Thanks a lot. When I set autocommit from "off" to "on", it worked as expected.

    I checked perldoc DBI about the setting of autocommit when establishing a connection, but did not understand well. In practice in which situation the autocommit should be set to "off" and then call commit to make the transaction take effect.

    Thanks again.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (4)
As of 2024-04-24 12:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found