Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 » SQL Anywhere Server - Database Administration » Database configuration » File locations and installation settings » Registry and INI files

 

Registry settings on Windows Mobile

You can specify which directory you want to use as the server's temporary directory on Windows Mobile by setting the following value in the registry:

HKEY_CURRENT_USER\Software\Sybase\SQL Anywhere\16.0\TempFolder

TempFolder is set to the path of the temporary directory you want to use. The server does one of the following:

  • use the specified directory if it exists.

  • attempt to create the specified directory if it does not already exist, as long as the parent directory already exists.

If the specified directory does not exist and cannot be created, the database server:

  • uses the \Temp directory if it exists.

  • attempts to create a \Temp directory if it does not already exist.

If the \Temp directory does not exist and cannot be created, the server uses the current directory.