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