DOC: RDO UpdateCriteria Documentation Incorrect (199070)
The information in this article applies to:
- Microsoft Visual Basic Professional Edition for Windows 5.0
- Microsoft Visual Basic Professional Edition for Windows 6.0
- Microsoft Visual Basic Enterprise Edition for Windows 5.0
- Microsoft Visual Basic Enterprise Edition for Windows 6.0
This article was previously published under Q199070 SUMMARY
The Visual Basic documentation on the RDO UpdateCriteria property is incorrect. There are two specific problems with the documentation: - The UpdateCriteria Property documentation incorrectly states that the
default is rdCriteriaKey (0). The default is really rdCriteriaUpdCols (2).
- The rdCriteriaAllCols constant and the rdCriteriaUpdCols constant 'rdoResultset type' sections are reversed. The documentation for rdCriteriaAllCols should read as follows:
"Uses the key column(s) and all the columns in the where clause".
The rsCriteriaUpdCols description should read as follows:
"Uses the key column(s) and all updated columns in the where clause."
Modification Type: | Major | Last Reviewed: | 11/5/2003 |
---|
Keywords: | kbDatabase kbdocfix kbinfo kbRDO KB199070 |
---|
|