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 连接参数

 

UltraLite START 连接参数

启动可执行 UltraLite 引擎。

语法
START=path\uleng11.exe
注释

仅当要连接到当前未在运行的引擎时,才提供 StartLine (START) 连接参数。

带空格的路径需要使用引号。否则,客户端运行 SQLE_UNABLE_TO_CONNECT_OR_START。

另请参见
示例

以下命令启动位于 [程序文件] 目录中的 UltraLite 引擎:

Start=\"Program Files\uleng11.exe"

定义此路径的另一个方法是将整个字符串放入单引号中:

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