Hey guys,

I found this page describing how sqlite on Windows RT should set the temp
file directory. http://www.sqlite.org/c3ref/temp_directory.html

I'm using sqlite3_win32_set_directory method (in C#) to do this but I've
noticed that in some instances sqlite is still returning cannot open errors
(when dropping some tables).

The post below suggested using PRAGMA temp_store = memory, to prevent
storing temp files

http://sqlite.1065341.n5.nabble.com/SQLITE-CANTOPEN-returned-from-sqlite3-step-td58437.html

Doing this resolves our issue since sqlite doesn't try to write temp files.
I'm just curious if anyone else has encountered this issue.

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

Reply via email to