This section contains Adaptive Server error messages for Open Client applications.
10
Changed database context to '%.*s'.
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.
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.
All versions
10
Changed client character set setting to '%.*s'.
Adaptive Server sends this informational message to a DB-Library or CT-Library client:
When the client logs in (the message displays the default character set)
When the client changes the current character set
If you wish to suppress this message, add the following line to your client's Adaptive Server message handler:
if (msgno==5704) return (0);
This message cannot be suppressed on the Server side; it must be handled on the client side.
All versions