dbgetnatlang

Description

Get the national language from the DBPROCESS structure.

Syntax

char* dbgetnatlang(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 server.

Returns

A pointer to a character string representing the national language that the client DBPROCESS is using.

Usage

See also

dblogin, dbopen, DBSETLNATLANG