dbcolbrowse

Description

Determine whether the source of a regular result column is updatable through the DB-Library browse-mode facilities.

Syntax

DBBOOL dbcolbrowse(dbproc, colnum)
 
DBPROCESS    *dbproc;
int                       colnum;

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.

colnum

The number of the result column of interest. Column numbers start at 1.

Returns

TRUE” or “FALSE.”

Usage

See also

dbcolsource, dbqual, dbtabbrowse, dbtabcount, dbtabname, dbtabsource, dbtsnewlen, dbtsnewval, dbtsput