On 30 Jun 2011, at 7:30pm, Tom Browder wrote:

> I've not looked at the code yet, but is there any way, without
> changing the code and recompiling, to control where the temporary
> files are created?  From my limited testing on my web server they are
> written in the same directory as the db file, but I would like them to
> be written to a separate directory.

This won't work.  All SQLite applications have to know where to find those 
files.  Because if your app crashes, any SQLite application which opens the 
database file must know where to find the journals to restore this file to an 
uncorrupted state.

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

Reply via email to