I have whatever came with Qt 4.8.x and Linux Mint 13 KDE ________________________________________ From: [email protected] on behalf of Richard Hipp Sent: Friday, May 24, 2013 11:14 AM To: General Discussion of SQLite Database Subject: Re: [sqlite] Correct way to open multiple in memory databases
On Fri, May 24, 2013 at 11:03 AM, Roland Hughes <[email protected] > wrote: > All, > > I'm looking for the correct way to build a string (within Qt) to open > multiple in memory databases. The example here: > > http://www.sqlite.org/inmemorydb.html > > Does not appear to work. > > "file:memdb1?mode=memory&cache=shared", > > It ends up creating files in the executable directory. > Did you activate URI filenames? http://www.sqlite.org/uri.html > > Thanks, > Roland > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

