Help for this page

Select Code to Download


  1. or download this
    my $dbh = DBI->connect ("DBI:SQLite:dbname=abc.db", $userid, $password
    +, {
        RaiseError => 1,
        AutoCommit => 0,
        }) or die $DBI::errstr;