Jozef Knotek
>
> I am struggling with building SQLite as Multithread
> (-DSQLITE_THREADSAFE=2<http://www.sqlite.org/compile.html#threadsafe>).
>

For various reasons, using -DSQLITE_THREADSAFE=2 with System.Data.SQLite
is not recommended.  Only -DSQLITE_THREADSAFE=1 should be used with native
SQLite libraries that need to work with System.Data.SQLite.

--
Joe Mistachkin

_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to