Determines whether the specified table can be updated with the DB-Library browse-mode facilities.
BOOL dbtabbrowse (
PDBPROCESS dbproc,
INT tabnum );
where
TRUE or FALSE. If you drop the unique index of a table while browsing, dbtabbrowse continues to return TRUE.
The dbtabbrowse function is one of the DB-Library browse-mode functions. For a detailed discussion of browse mode, see Browse Mode in Programming with DB-Library.
The dbtabbrowse function provides a way to identify tables that can be browsed. It is useful for examining ad hoc queries prior to performing browse-mode updates based on the queries. If the query has been hardcoded into the program, this function is unnecessary.
A table must have a unique index and a timestamp column before it can be browsed.
Call dbtabbrowse any time after calling dbresults.
dbcolbrowse, dbcolsource, dbqual, dbresults, dbtabcount, dbtabname, dbtabsource, dbtsnewlen, dbtsnewval, dbtsput; Bulk-Copy Functions