V119 Sort file (temporary) (OpenInsight 32-bit Specific)
At 30 SEP 2004 12:12:22PM David Salvesen wrote:
Is is possible to set the directory that is used for the temporary sort files created by V119 e.g. to pick up the environmental variable temp directory? It seems to default to the Oengine directory.
At 01 OCT 2004 09:32AM [url=http://www.sprezzatura.com]The Sprezzatura Group[/url] wrote:
David,
When you start your application you could get the temp environment variable via the Windows API, and then use the Set_Env() routine to set the sort path.
See ENV_DOS_SORT_VOL$ in the ENVIRON_CONSTANTS insert record.
World leaders in all things RevSoft
At 03 OCT 2004 12:22AM Richard Bright wrote:
Database Manager, Environment Settings –] (General Tab): Sort Path.
This can be also set dynamically as suggested by Sprez