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:

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);

NoteIn 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