All SQL Anywhere database utilities use embedded SQL to communicate with the server.
Many of the administration utilities obtain the connection parameter values by:
Using values specified on the command line. 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 the options for each database utility, see Database administration utilities.
Using the SQLCONNECT environment variable settings if any values are missing. SQL Anywhere does not set this variable automatically.
See SQLCONNECT environment variable.Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |