> For the first argument to sqlite3_win32_set_directory(), are you passing a

>  > value of SQLITE_WIN32_TEMP_DIRECTORY_TYPE (which equals 2)?

Yes

 > Is the call to sqlite3_win32_set_directory() being executed prior to
opening

>  > the database and is it returning SQLITE_OK?

>
Yes to both

I'm using this library the relevant code snippet is:
https://github.com/koush/sqlite-net/blob/master/src/SQLite.cs#L150

While debugging I've confirmed that the call to SetDirectory is
returning SQLITE_OK (0).

I'm using the sqlite visual studio extension (
http://www.sqlite.org/2013/sqlite-winrt81-3080002.vsix)

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

Reply via email to