On Mon, Mar 16, 2009 at 9:16 AM, Jean-Denis Muys <jdm...@kleegroup.com> wrote:
>
> 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.
>
>

Jean-Denis, do consider correcting the wiki so others after you are
not similarly misled.

-- 
Puneet Kishor http://www.punkish.org/
Nelson Institute for Environmental Studies http://www.nelson.wisc.edu/
Carbon Model http://carbonmodel.org/
Open Source Geospatial Foundation http://www.osgeo.org/
Sent from: Madison WI United States.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to