- 论坛徽章:
- 1
|
Explanation Adaptive Server sends this informational message to a DB-Library or CT-
Library client:
* When the client logs in (the message displays the default database)
* When the client changes the current database
The message is displayed unless the client application suppresses the message
via its message handler.
Action If you wish to suppress this message, add the following line to your client's
Adaptive Server message handler:
if (msgno==5701) return (0);
This message cannot be suppressed on the Server side; it must be handled on
the client side. |
|