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"' |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |