BUG: 3426 and 3020 - Different Error Number With 16-bit/32-bitLast reviewed: April 9, 1996Article ID: Q149040 |
The information in this article applies to:
SYMPTOMSIf a Recordset.Update is issued without first issuing an AddNew or an Edit method, Visual Basic 4.0 correctly raises an error, because the Update method can only be invoked after an AddNew or an Edit method. However, the error number raised by the 16-bit and 32-bit editions of Visual Basic differs. The 32-bit edition of Visual Basic version 4.0 for Windows returns the following error:
'3020' - Update or CancelUpdate without AddNew or EditThe 16-bit edition of Visual Basic version 4.0 for Windows returns the following error:
'3426' - The action was cancelled by an associated object STATUSMicrosoft has confirmed this to be an issue in the Microsoft products listed at the beginning of this article. Microsoft is researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Steps To Reproduce Problem
|
KBCategory: kbbuglist kbprg
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |