The Start Database dialog has the following components:
Server Shows the name of the selected database server on which the database will be started.
Database file Type the full path and name of the SQL Anywhere database file on the server computer. For example, type something like C:\databases\mydatabase.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 applicable for strongly encrypted databases.
See:
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 database 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 stop the database when the last connection to it closes.
This option is different from the -ga server option, which automatically stops the database server.