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

SQL Anywhere 11.0.1 (中文) » UltraLite - 数据库管理和参考 » UltraLite 故障排除

 

无法启动 UltraLite 引擎

症状

您已根据以下定义使用了 START 连接参数启动了 UltraLite 引擎;但客户端返回了 SQLE_UNABLE_TO_CONNECT_OR_START。

START="\Program Files\uleng11.exe"
解释

引号的位置不正确。

建议

为使此参数工作,第一个引号后面必须跟随 \ 字符。例如,可以界定此路径中的空格,如下所示:

START=\ :Program Files\uleng11.exe"

或者

START='"\Program Files\uleng11.exe"'