my $dbh = DBI->connect("dbi:SQLite:dbname=$dbfile","","", { RaiseError + => 1 }) or die $DBI::errstr; [download]
In reply to Re: SQL INSERTs don't work by reneeb in thread SQL INSERTs don't work by ido50