Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 2800

Re: how to suppress client side message

$
0
0

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

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

http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00729.1500/html/errMessageAdvRes/CIHCCGBA.htm

http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc32840.1570/html/ctref/ctref65.htm

 

Really not sure what flag this is referring to.

What version of client are you connecting with?

 

 

Regards,
Ryan


Viewing all articles
Browse latest Browse all 2800

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>