INF: Using Browse Mode in DB-LibraryID: Q42303
|
The following is information on using browse mode in DB-Library (DB-Lib):
create table xxx (columnname datatype,
columnname datatype,
.
.
.
TIMESTAMP )
The dbtabbrowse function indicates whether browse is permitted on a
table. If the return value from dbtabbrowse is not 1 after the
dbresults for the SELECT...FOR BROWSE, browse will not work. Check
that the table has a unique index and that the Timestamp column
contains non-null data.
SELECT * FROM... after data is added to the table should produce
values in the Timestamp field even though no values were entered on
the INSERT statement.
Additional query words: dblib
Keywords : kbprg SSrvDB_Lib
Version : 4.2
Platform : OS/2
Issue type :
Last Reviewed: March 6, 1999