Is there any way to change the sqlite3_temp_directory global? I'm running sqlite under iis and the user doesn't have write access to their temp directory.
On windows you can leave sqlite3_temp_directory alone (leave it as NULL) and set the TMP environment variable to the directory you want to use.
-- D. Richard Hipp -- [EMAIL PROTECTED] -- 704.948.4565