The information in this article applies to:
SYMPTOMSYou may see the following error appear: This error is most likely to occur on a DHTML page and will happen most often with large database objects. CAUSEThe recordset is not fully loaded in memory at this point. RESOLUTIONWait until the ondatasetcomplete event fires before continuing. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this bug and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATIONWait until the ondatasetcomplete event to use the results from the newly opened recordset, like this:
Steps to Reproduce BehaviorThe following steps will normally produce this error. The error is more likely to occur when the following are true:
Additional query words:
Keywords : kbADO kbVisID600bug kbGrpASP |
Last Reviewed: May 13, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |