On 3/16/09 3:03 PM, "Jean-Denis Muys" <[email protected]> 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: > Silly me. I just realized that I wrote "Connect" instead of "connect" I apologize for the waste of bandwidth and of your attention. Sigh... Jean-Denis _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

