Hi all,

I get this error when doing an ATTACH with DBD::SQLite:

DBD::SQLite::db do failed: SQL logic error or missing database at
/http_root/test.pl line 7

my test script is this:

#!/usr/bin/perl -w

use DBI;
use DBD::SQLite;

$dbh = DBI->connect("DBI:SQLite:/var/db/INSPIRON.primaire.sql");
$dbh->do( "ATTACH '/var/db/INSPIRON.secondaire.sql' AS secondaire ;" );

of course, the very same command succeed when typed in sqlite

Is this a bug or am I doing something wrong ?
-- 
***********************************************
[EMAIL PROTECTED]
OpenPGP public key: http://www.amakuru.net/dmorel.asc
28192ef126bc871757cb7d97f4a44536


Attachment: signature.asc
Description: Ceci est une partie de message =?ISO-8859-1?Q?num=E9riquement?= =?ISO-8859-1?Q?_sign=E9e=2E?=

Reply via email to