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