dbcharsetconv

Description

Indicate whether the server is performing character set translation.

Syntax

DBBOOL dbcharsetconv(dbproc)
 
DBPROCESS     *dbproc;

Parameters

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.

Returns

TRUE” if the server is performing character set translations; “FALSE” if it is not.

Usage

See also

dbservcharset, dbgetcharset, DBSETLCHARSET