Starts the UltraLite engine executable.
START=path\uleng11.exe
Only supply a StartLine (START) connection parameter if you are connecting to an engine that is not currently running.
Paths with spaces require quotes. Otherwise, the client returns SQLE_UNABLE_TO_CONNECT_OR_START.
The following command starts the UltraLite engine that is located in the Program Files directory:
Start=\"Program Files\uleng11.exe" |
An alternative way to define this path is to put the entire string in single quotes:
Start='"\Program Files\uleng11.exe"' |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |