When connecting to an ASE server with sqsh - if there
is a non iso_1 character set ( in my case utf8) etc,
several warning messages are returned - 5704, 5703 &
5701 - according to one of the solved cases on Sybase'
website , these can be suppressed in OpenSwitch -
using :
SUPPRESS_CHARSET = 1 - suppresses 5704
SUPPRESS_DBCTX = 1 - suppresses 5701
SUPPRESS_LANG = 1 - supresses the language
change
I was wondering whether this kind of suppression could
be added to SQSH so that the messages are
suppressed when connecting to ASE?