Re: [sqlite] DBD::SQLite::db do failed: SQL logic error or missing database at E:\sql.pl

2003-11-27 Thread Matt Sergeant
On 26 Nov 2003, at 16:57, [EMAIL PROTECTED] wrote: I can't vacuum database from script. I get following error: DBD::SQLite::db do failed: SQL logic error or missing database at E:\sql.pl I have a feeling this is due to this in the sqlite docs: "[VACUUM] This command will fail if there is an acti

[sqlite] DBD::SQLite::db do failed: SQL logic error or missing database at E:\sql.pl

2003-11-26 Thread du4mi
Hello sqlite-users I'm using DBD-SQLite 2.8.6 on WindowsXP SP1 ActiveState Perl 5.8.0. I can't vacuum database from script. I get following error: DBD::SQLite::db do failed: SQL logic error or missing database at E:\sql.pl my Perl-script: use DBI; my $dbh = 'DBI'->connect('dbi:SQLite:dbname=sq