Error 5701

Severity

10

Message text

Changed database context to '%.*s'.

Explanation

Adaptive Server sends this informational message to a DB-Library or CT-Library client:

The message is displayed unless the client application suppresses the message via its message handler.

Action

To suppress this message, add the following line to your client’s Adaptive Server message handler:

if (msgno==5701) return (0);

This message cannot be suppressed on the Adaptive Server side; it must be handled on the client side.

Versions in which this error is raised

All versions