INF: Using Browse Mode in DB-LibraryLast reviewed: April 25, 1997Article ID: Q42303 |
The information in this article applies to:
SUMMARYThe following is information on using browse mode in DB-Library (DB-Lib):
MORE INFORMATIONThe 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
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |