Specifies additional connection parameters used when connecting to the database server.
SQLCONNECT=parameter=value; ...
This string is a list of parameter settings, of the form parameter=value, delimited by semicolons.
Connection parameters specified by the SQLCONNECT environment variable are not used if they have already been specified in the connection string.
For information about the supported connection parameters, see Connection parameters.
Because the password is in plain text, putting it into the SQLCONNECT environment variable is a security risk.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |