in reply to Re: load data to MySQL database using Perl
in thread load data to MySQL database using Perl

You could always change your connect string to:
my $dbh = DBI ->connect($dsn,$user,$password,{RaiseError=>1,AutoCommit => 1});

Notice the Autocommit value...

Replies are listed 'Best First'.
Re^3: load data to MySQL database using Perl
by Bloodnok (Vicar) on Oct 01, 2009 at 12:28 UTC
    Hmmm, I take it that you didn't bother to read ccns reply before posting ??

    A user level that continues to overstate my experience :-))
      oops...