Indicate whether the server is performing character set translation.
DBBOOL dbcharsetconv(dbproc) DBPROCESS *dbproc;
A pointer to the DBPROCESS structure that provides the connection for a particular front-end/server process. It contains all the information that DB-Library/C uses to manage communications and data between the front end and the server.
“TRUE” if the server is performing character set translations; “FALSE” if it is not.
If a client and a server are using the same character set, the server is not performing translation. In this case, dbcharsetconv returns “FALSE”.
To get the name of its own character set, a client can call dbgetcharset.
To get the name of the server’s character set, a client can call dbservcharset.