BUG: Error with Edit Method After Rollback of Previous EditLast reviewed: June 21, 1995Article ID: Q119733 |
The information in this article applies to:
SYMPTOMSYou may receive an "Update without AddNew or Edit" or "No current record" run-time error message when using the Edit method on a dynaset, if you have previously used Rollback to roll back a transaction that contained an Edit method without a corresponding Update method.
WORKAROUNDTo work around this problem, you can either ensure that you perform an Update before issuing the Rollback or use a "dummy" AddNew method after the Rollback.
STATUSMicrosoft has confirmed this to be a bug in Visual Basic version 3.0. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATIONTo reproduce this problem, perform the following steps:
To work around this problem, you can perform an Update immediately before the Rollback. This will have no permanent effect: the Rollback will undo the Update operation because the Update is inside the transaction. Another option is to perform an AddNew before the first Edit after the Rollback. (The AddNew will be voided by the Edit because the Edit occurs before an Update.)
|
Additional reference words: buglist3.00 3.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |