You have use the START connection parameter to start the UltraLite engine with the following definition; however, the client returns SQLE_UNABLE_TO_CONNECT_OR_START.
START="\Program Files\uleng11.exe" |
The location of the quotes is incorrect.
For this parameter to work, the first quotation mark must follow the \ character. For example, you can delimit spaces in this path as follows:
START=\ :Program Files\uleng11.exe" |
or
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 |