On Windows, SQL Anywhere programs, including the database server and administration utilities, can perform a more extensive search for required files such as DLLs or shared libraries. In these cases, SQL Anywhere programs look for files in the following order:
The current module's directory (the directory where the currently executing program executable file or library file is located).
The current executable's directory (the directory where the currently executing program executable file is located).
The SQL Anywhere installation path is a single directory, specified by the %SQLANY16% environment variable if it is defined.
The full path specified. If no path is specified, then the current working directory.
The %APPDATA%\SQL Anywhere 16 directory.
The %ALLUSERSPROFILE%\SQL Anywhere 16 directory.
The Location registry entry.
System-specific directories. This includes directories where common operating system files are held, such as the Windows directory and the Windows\system32 directory on Windows operating systems.
The PATH directories. Directories in the system path and the user's path are searched.
On Windows, SQL Anywhere searches the following paths relative to each location in the preceding list:
.
..
.\bin32 and ..\bin32 (32-bit programs only)
.\bin64 and ..\bin64 (64-bit programs only)
.\java (for Java-related files)
..\java (for Java-related files)
.\scripts (for SQL script files)
..\scripts (for SQL script files)
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2014, SAP AG or an SAP affiliate company. - SAP Sybase SQL Anywhere 16.0 |