False alarm - the wrapper lib bundled in our repo was an older revision that was not calling sqlite3_win32_set_directory
After updating to the latest it's resolved. Link for reference if anyone else is looking for the source https://github.com/koush/sqlite-net/blob/master/src/SQLite.cs<https://github.com/koush/sqlite-net/blob/master/src/SQLite.cs#L150> - dave On Thu, Sep 19, 2013 at 6:22 PM, Joe Mistachkin <sql...@mistachkin.com>wrote: > > Dave Protasowski wrote: > > > > 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). > > > > Are you setting the temporary directory to a location where your > application has read-write permissions? > > What result do you get for "PRAGMA temp_store_directory;" ? > > Are you able to install a sqlite3_log callback (via sqlite3_config) > and see more details about the error message you are seeing? > > -- > Joe Mistachkin > > _______________________________________________ > sqlite-users mailing list > sqlite-users@sqlite.org > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users