BUG: RDO Returns Empty Recordset When You Pass Parameter from Visual Basic to Access (301534)
The information in this article applies to:
- Microsoft Data Access Components 2.1
- Microsoft Data Access Components 2.5
- Microsoft Data Access Components 2.6
This article was previously published under Q301534 SYMPTOMS
An empty recordset is returned when you use Remote Data Objects (RDO) to pass a character type parameter from Microsoft Visual Basic to Microsoft Access.
RESOLUTION
To resolve this problem, set the size of the parameter before you assign a value to the parameter. For example:
RDO.RDOParameters(0).Size = 255
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: | 11/17/2003 |
---|
Keywords: | kbbug kbnofix kbRDO KB301534 |
---|
|