Hi,
Error 5704
Severity
10
Message text
Changed client character set setting to '%.*s'.
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 character set)
- When the client changes the current character set
Action
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.
Versions in which this error is raised
All versions of Adaptive Server Enterprise using pre-12.x clients
Really not sure what flag this is referring to.
What version of client are you connecting with?
Regards,
Ryan