DBSETLNATLANG

Description

Set the national language name in the LOGINREC structure.

Syntax

RETCODE DBSETLNATLANG(loginrec, language)
 
LOGINREC    *loginrec;
char                *language;

Parameters

loginrec

A pointer to a LOGINREC structure to be passed as an argument to dbopen. LOGINREC structures are obtained using dblogin.

language

The name of the national language to use. language must be a null-terminated character string.

Returns

SUCCEED or FAIL.

Usage

See also

dblogin, dbopen, dbsetdeflang