On 3/16/09 3:10 PM, "P Kishor" <punk.k...@gmail.com> wrote:

> On Mon, Mar 16, 2009 at 9:03 AM, Jean-Denis Muys <jdm...@kleegroup.com> wrote:
>> Now I want to use an in-memory database, so I replaced my original connect
>> statement with the one suggested at
>> http://www.sqlite.org/cvstrac/wiki?p=PerlNotes :
>> 
>>     my $dbh = DBI->Connect("dbi:SQLite:dbname=:memory:");
>> 
>> However, this doesn't work, and I crash on that connect statement  with  the
>> following error message:
>> 
> 
> DBI->connect()
> 
> note the lowercase connect()
>

Precisely. It may be worth noting that I was misled by the wiki entry which
has the same mistake.


See http://www.sqlite.org/cvstrac/wiki?p=PerlNotes

Thank you very much.

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

Reply via email to