On Tue, May 28, 2013 at 7:57 AM, Roland Hughes
<rhug...@cincinnati-test.com>wrote:

> ":memory:" is a one-shot wonder.  The example from the documentation
> allowed multiple threads to use the _same_ in memory database.
>


Am I not understanding the explanation on that page correctly? My
understanding would be that

"file:memdb1?mode=memory&cache=shared"

is aimed at a single process having access to two or more distinct but
shareable in-memory databases.

"If two or more distinct but shareable in-memory databases are needed in a
single process, then the mode=memory
<http://www.sqlite.org/uri.html#coreqp>query parameter can be used
with a URI
filename <http://www.sqlite.org/uri.html> to create a named in-memory
database:"
--
   --
      --
         --Ô¿Ô--
        K e V i N
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to