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