dbvarylen

Description

Determine whether the specified regular result column’s data can vary in length.

Syntax

DBBOOL dbvarylen(dbproc, column)
 
DBPROCESS   *dbproc;
int                       column;

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 uses to manage communications and data between the front end and server.

column

The number of the regular result column of interest. The first column is number 1.

Returns

TRUE” or “FALSE”, indicating whether or not the column’s data can vary in length. dbvarylen also returns “FALSE” if the column number is out of range.

Usage

See also

dbcollen, dbcolname, dbcoltype, dbdata, dbdatlen, dbnumcols, dbprtype