Connection parameters
Unconditional connection parameter [UNC]
Function
Usage
Default
See also
Description
Examples
Userid connection parameter [UID]
Function
Usage
Default
Description
Examples
64
To stop a server using
dbstop
Anywhere
No
"The dbstop command-line utility" on page 130
The
dbstop
command-line utility shuts down a database server. If you
specify
unc=Yes
in the connection string, the server is shut down even if
there are active connections. If Unconditional is not set to Yes, then the
server is shut down only if there are no active connections.
♦
The following command line shuts down the server unconditionally:
dbstop -c "uid=dba;pwd=sql;eng= server-name ;unc=yes"
The user ID with which you log on to the database.
Anywhere
None
You must always supply a user ID when connecting to a database
♦
The following connection string fragment supplies the user ID
password
:
SQL
uid=DBA;pwd=SQL
even when there are connections to the server.
and
DBA
Need help?
Do you have a question about the Adaptive Server Anywhere and is the answer not in the manual?
Questions and answers