You can stop a database by:
Disconnecting from a database started by a connection string. Unless you explicitly set the AutoStop (ASTOP) connection parameter to NO, this happens automatically.
Using the STOP DATABASE statement from Interactive SQL or embedded SQL.
For more details about stopping a database, see Using SQL Anywhere database servers.
You cannot stop a database you are currently connected to. You must first disconnect from the database, and then stop it. You must be connected to another database on the same database server to stop a database.
Make sure you are connected to at least one other database on the same database server. If there is no other database running on the database server, you can connect to the utility database.
Select the database you want to stop and click File » Stop Database.
When disconnecting from the database, the database may disappear from the left pane. This occurs if your connection was the only remaining connection, and if AutoStop was specified when the database was started. AutoStop causes the database to be stopped automatically when the last connection disconnects.
You cannot stop a database you are currently connected to. You must first disconnect from the database, and then stop it. You must be connected to another database on the same database server to stop a database.
If you aren't connected to any database on the server, then connect to a database such as the utility database.
Execute a STOP DATABASE statement.
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |