Contents Index AutoStart connection parameter [ASTART] CharSet connection parameter [CS]

ASA Database Administration Guide
  Connection and Communication Parameters
    Connection parameters

AutoStop connection parameter [ASTOP]


Function 

To prevent a database from being stopped as soon as there are no more open connections.

Usage 

Embedded databases

Values 

YES, NO

Default 

YES

Description 

By default, any server that is started from a connection string is stopped when there are no more connections to it. Also, any database that is loaded from a connection string is unloaded as soon as there are no more connections to it. This behavior is equivalent to AutoStop=YES.

If you supply AutoStop=NO, any database that you start in that connection remains running when there are no more connections to it. As a consequence, the database server remains operational as well.

The AutoStop (ASTOP) connection parameter is used only if you are connecting to a database that is not currently running. It is ignored if the database is already started.


Contents Index AutoStart connection parameter [ASTART] CharSet connection parameter [CS]