manohar s wrote:
> Yes, the solution you suggested is working fine. But can't we change this
> through SQLite?
>
>   
You can set the location SQLite will use for temporary files using 
pragma commands. See pragma_temp_store and pragma_temp_store_directory 
at http://www.sqlite.org/pragma.html#modify.

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

Reply via email to