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 |