On Wed, Nov 04, 2009 at 10:27:57AM +0200, Serdar Genc scratched on the wall:

> But when I try to do this for in-memory, everything is getting chunky. A new
> database is being created in memory for every attempt to open
> database in memory. Now I am trying to switch the database handler between
> C++ and Java. It requires some efforts.

  Yes, that's how it is supposed to work.  A ":memory:" database can
  only be accessed by the database handle that created it.  They're not
  designed to be shared.
 
  http://www.sqlite.org/inmemorydb.html

   -j

-- 
Jay A. Kreibich < J A Y  @  K R E I B I.C H >

"Our opponent is an alien starship packed with atomic bombs.  We have
 a protractor."   "I'll go home and see if I can scrounge up a ruler
 and a piece of string."  --from Anathem by Neal Stephenson
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to