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

SQL Anywhere 11.0.0 » SQL Anywhere Server - Database Administration » Starting and Connecting to Your Database » Connection parameters and network protocol options » Connection parameters

 

ForceStart connection parameter [FORCE]

Start a database server without attempting to connect to one.

Usage

Only with the db_start_engine function.

Values

YES, NO

Default

NO

Remarks

By setting ForceStart=YES, the db_start_engine function starts a server without attempting to connect to one, even if there is one already running.

See also