DOC: Status Property of RdoResultset/RdoColumn is Read-OnlyLast reviewed: September 3, 1997Article ID: Q173390 |
The information in this article applies to:
SUMMARYContrary to what the Visual Basic documentation states (including Books Online and Help files), the Status property of the rdoResultset/rdoColumn object cannot be modified.
MORE INFORMATIONWhen using the optimistic batch update cursor library, the Status property indicates the status of the current row for an rdoResultset or rdoColumn object. Prior to the BatchUpdate operation, its value determines if and how a row will update in the next optimistic batch update. Once BatchUpdate is complete, its value can be re-examined to determine if the update was successful. If an attempt is made to set this property at run-time, one or both of the following error will occur:
Keywords : vb5all Version : WINDOWS:5.0 Platform : NT Win95 WINDOWS Issue type : kbdocerr |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |