BUG: StillExecuting Is True After Async Execution CompletesLast reviewed: June 2, 1997Article ID: Q168208 |
The information in this article applies to:
SYMPTOMSThe StillExecuting property of a Connection or a QueryDef object will incorrectly remain True even after successfully completing an asynchronous operation. This does not occur with Recordset objects.
RESOLUTIONWhile the StillExecuting property of the Connection and QueryDef objects will incorrectly return a True the first time it is read after the asynchronous operation has completed, further tests of the StillExecuting property will return a False. Testing the StillExecuting property inside of a While loop will work. After the operation has completed, the While loop will run through one more cycle where StillExecuting will return a True, after which it will correctly return a False.
STATUSMicrosoft has confirmed this to be a problem in Microsoft Visual Basic version 5.0. Microsoft is researching this problem and will post new information here as it becomes available. |
Keywords : vb5all VBKBDB VBKBNet VBKBObj VBKBRDO
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |