BUG: VB 6.0 Stops Responding if ADO DataControl References fMoreData in EndofRecordset Event (236941)
The information in this article applies to:
- Microsoft Visual Basic Professional Edition for Windows 6.0
- Microsoft Visual Basic Enterprise Edition for Windows 6.0
- ActiveX Data Objects (ADO) 2.0
- ActiveX Data Objects (ADO) 2.1
- ActiveX Data Objects (ADO) 2.1 SP1
- ActiveX Data Objects (ADO) 2.1 SP2
- ActiveX Data Objects (ADO) 2.5
- ActiveX Data Objects (ADO) 2.6
- ActiveX Data Objects (ADO) 2.7
This article was previously published under Q236941 SYMPTOMS
When the fMoreData argument is referenced in the DataControls
EndofRecordset method, if you are sitting on the first record in the RecordSet, Visual Basic stops responding. If you are using Visual Basic 6.0 Service Pack 4, an application error occurs.
RESOLUTION- Do not reference fMoreData in code.
-or-
- Do not use the DataControl. Instead use ActiveX Data Objects (ADO) code, declaring your recordset using WITHEVENTS.
STATUSMicrosoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article.
Modification Type: | Major | Last Reviewed: | 10/15/2002 |
---|
Keywords: | kbBug kbDatabase kbDataBinding kbDSupport KB236941 kbAudDeveloper |
---|
|