Specifies connection parameters that are used by several of the database administration utilities when connecting to a database server.
SQLCONNECT=parameter=value; ...
This string is a list of parameter settings, of the form parameter=value, delimited by semicolons.
For information about the supported connection parameters, see Connection parameters.
Password security riskBecause the password is in plain text, putting it into the SQLCONNECT environment variable is a security risk. |