Hi, I am new to SQLITE

Would be using Microsoft VS 2008 & 2010

Is it possible to safely use multiple threads in a process with each
thread making
its own connection to the same database

rc = sqlite3_open("file::memory:?cache=shared", &db);

ie. does sqlite implement an alternative to f_lock especially for
:memory: databases.

Many thanks Nick
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to