Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I getuse DBI; my $dbh=DBI->connect("dbi:SQLite:dbname=climhy","","") or die 'arrgh'; my $ech = $dbh->selectall_arrayref('select * from site');
The select command works fine in sqlite's CLI i.e."DBD::SQLite::db selectall_arrayref failed: unsupported file format(1) + at dbdimp.c "
What file format does it support?sqlite> select * from site;
2006-02-07 Retitled by g0n, as per Monastery guidelines
Original title: 'unsupported file format?'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: 'unsupported file format' in DBD::SQLite
by holli (Abbot) on Feb 07, 2006 at 20:37 UTC | |
by Anonymous Monk on Feb 07, 2006 at 20:56 UTC | |
by bart (Canon) on Feb 07, 2006 at 22:05 UTC | |
|
Re: 'unsupported file format' in DBD::SQLite
by Fletch (Bishop) on Feb 07, 2006 at 20:37 UTC |