Subject: | connection parameters do not allow specification of file name |
The statement
my $dbh = DBI->connect("dbi:SQLite:dbname=dbfile","","");
Does not connect to "dbfile". Instead, it creates a file in the current directory named "dbname=dbfile".
(This occurs on Windows, with ActivePerl 5.8.3 and 5.8.4.