Changing a process wide variable like that seems a bit drastic. I'd be
concerned about what effect that might have on all the other things running
under iis.  For example, some of them might be running as different users
who might not have access to the path.

Thanks.


-----Original Message-----
From: D. Richard Hipp [mailto:[EMAIL PROTECTED] 
Sent: 07 October 2004 13:56
To: [EMAIL PROTECTED]
Subject: Re: [sqlite] sqlite3_temp_directory

MacLeod, Kenneth wrote:
> 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

Reply via email to