$dbh = DBI->connect($database,$self->{user},$self->{pass},{ RowCacheSize => 1}) or die DBI::errstr; $dbh->{AutoCommit} = 0; $dbh->{RaiseError} = 1;