dbtabbrowse

Description

Determine whether the specified table is updatable through the DB-Library browse-mode facilities.

Syntax

DBBOOL dbtabbrowse(dbproc, tabnum)
 
DBPROCESS    *dbproc;
int                        tabnum;

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.

tabnum

The number of the table of interest, as specified in the select statement’s from clause. Table numbers start at 1.

Returns

TRUE” or “FALSE”.

Usage

See also

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