ASA Database Administration Guide
All Adaptive Server Anywhere database utilities that communicate with the server (rather than acting directly on database files) do so using embedded SQL. They follow the procedure outlined in Troubleshooting connections when connecting to a database.
Many of the administration utilities obtain the connection parameter values by:
Using values specified on the command line (if there are any). For example, the following command starts a backup of the default database on the default server using the user ID DBA and the password SQL:
dbbackup -c "uid=DBA;pwd=SQL" c:\backup
For more information about options for each database tool, see the chapter Database Administration Utilities.
Using the SQLCONNECT environment variable settings if any values are missing. Adaptive Server Anywhere does not set this variable automatically.
For more information about the SQLCONNECT environment variable, see Environment variables.
SQL Anywhere Studio 9.0.2
Copyright © 1989–2004 Sybase, Inc. Portions copyright © 2001–2004 iAnywhere Solutions, Inc. All rights reserved.