Dave Protasowski wrote: > > 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). >
What version of SQLite are you using? For the first argument to sqlite3_win32_set_directory(), are you passing a value of SQLITE_WIN32_TEMP_DIRECTORY_TYPE (which equals 2)? Is the call to sqlite3_win32_set_directory() being executed prior to opening the database and is it returning SQLITE_OK? -- Joe Mistachkin _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users