This tab has the following components:
Server name Type the name of the SQL Anywhere personal server or network server. For example, demo. You must supply a server name if you want to connect to a network server.
Do not enter a server name if you want to connect to the default local personal server or if you want to start a database server from a database file on your local computer. If you do not have a default personal server and you omit the server name, the connection fails.
For more information about the server name, see Naming the server and the databases.
For more information, see ServerName connection parameter [ENG].
Start line A start line is a command to start a personal database server or a network server on your computer. Enter a start line only if you want to connect to a local database server that is not currently running and if you want to set your own start parameters. You must enter the full path of the server, for example to start the personal database server enter, c:\Program Files\SQL Anywhere 11\Bin32\dbeng11.exe.
You can also include options in the Start Line field. The start line and options are used when you want to:
Employ any advanced server features.
Control protocol options.
Provide diagnostic or troubleshooting messages.
Set permissions.
Set database parameters (including encryption).
For more information about options you can specify in the Start Line field, see Some common options and The SQL Anywhere database server.
For more information, see StartLine connection parameter [START].
Database name Each database running on a server is identified by a database name. Type the name of the database you are connecting to.
For more information about the database name, see Naming the server and the databases and DatabaseName connection parameter [DBN].
Database file Specify the database file when the database you want to connect to is not currently running on a server. It is recommended that you type the full path and name of the database file, for example, C:\sample.db. Otherwise, the path of the file is relative to the working directory of the server. This option is only necessary for starting a database that is not already running. You can click Browse to select the database file from the file directory.
For more information, see DatabaseFile connection parameter [DBF].
Encryption key If the database file is encrypted, you must supply a key to the database server every time the database server starts the database.
For more information about encryption keys, see DatabaseKey connection parameter [DBKEY].
Start database automatically Select this option to start the database specified in the Database File field before you connect to it.
You should clear the Start Database Automatically option if you want to ensure that you connect only to a running database.
Stop database after last disconnect Select this option to automatically shut down the database after the last user disconnects.
For more information, see AutoStop connection parameter [ASTOP].
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |