BUG: Use of 16-bit Client & DAO Object Causes Error '8002802b' (149035)
The information in this article applies to:
- Microsoft Visual Basic Professional Edition, 16-bit, for Windows 4.0
- Microsoft Visual Basic Enterprise Edition, 16-bit, for Windows 4.0
This article was previously published under Q149035 SYMPTOMS
Assigning a passed DAO object to a specific object variable fails with
error "8002802b" when using the 16-bit edition of Microsoft Visual Basic
version 4.0 for Windows. This error occurs on either the client or server
side, if the DAO object in question has been passed from the other
application.
WORKAROUND
Declare the variable(s) that hold the references to the passed object with
"As Object" instead of "As Database" or "As Recordset". The code that
manipulates these "As Object" variables does not need to change.
STATUS
Microsoft 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.
Modification Type: | Minor | Last Reviewed: | 1/8/2003 |
---|
Keywords: | kbbug KB149035 |
---|
|