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 - Database Management and Reference » UltraLite Database Reference » UltraLite connection parameters

 

UltraLite START connection parameter

Starts the UltraLite engine executable.

Syntax
START=path\uleng11.exe
Remarks

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.

See also
Example

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"'