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