In the following statement ...

my $dbh = DBI->connect("dbi:SQLite:dbname=$dbfile","","") or croak $DBI::errstr;

if $dbfile does not exist, it is created. I would like to croak if this happens.

Is there some option for this?

Thanks!!


_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to