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.
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 Adaptive Server side; it must be handled on the client side.
All versions