AutoStart Connection Parameter [Astart]

Prevents a database server from being started if no connection is found.

Usage

Anywhere

Default

Yes

Description

By default, if no server is found during a connection attempt, and a database file is specified, then a database server is started on the same machine. You can turn this behavior off by setting the AutoStart parameter to Off in the connection string.

Example

sThe following data source fragment prevents a database server from being started if no network server is located:

[My Demo Database]
DatabaseFile=c:\sybase\IQ-16_0\demo\iqdemo.db
Autostart=No
UserID=DBA
ENG=network_server