SQL Anywhere Studio Help
Adaptive Server Anywhere Help
Introduction to dialog boxes
The Start Database dialog has the following components:
Server Shows the name of the selected server on which the database is started.
Database file Type the full path and name of the Adaptive Server Anywhere database file or write file on the server machine. For example, to start the sample database, type C:\Program Files\Sybase\SQL Anywhere 9\asademo.db.
You can also click Browse to locate the file.
Encryption key Enter the encryption key to start the database. You must supply the encryption key to start a database that is strongly encrypted. This field is only enabled for strongly encrypted databases.
For more information, see Encrypting a database and Creating a database using the dbinit command-line utility.
Database name Type a name for the database you are connecting to. You can use a database name to provide a more meaningful name than the file name for users of client applications. Since more than one database can run on a database server at one time, supplying a database name lets you distinguish between databases running on the same server. The name you supply identifies the database until it is stopped.
The database name is optional. If you don't supply a database name, the default database name is the root of the Database file name (the file name without the .db extension). For example, if you have a database called sample.db, the default database name is sample.
Stop database after last disconnect Select this option to shut down the database when the last connection to it closes.
This option is different from the -ga
server option, which automatically stops the database server itself.