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 want to suppress this message, add the following line to your client's Adaptive Server message handler:
if (msgno==5704) return (0);
In version 12.x and version 15.x clients, a flag in the login packet is used to suppress these messages being sent by the Adaptive Server.
All versions of Adaptive Server Enterprise using pre-12.x clients