Determines whether the specified table can be updated with the DB-Library browse-mode facilities.
BOOL dbtabbrowse (
PDBPROCESS dbproc,
INT tabnum );
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 DB-Library for C
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 hard-coded 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 | dbtabsource |
dbcolsource | dbtsnewlen |
dbresults | dbtsnewval |
dbtabname | dbtsput |