The information in this article applies to:
SYMPTOMSIf you run a macro that uses objects from the Microsoft Remote Data Object 2.0 library, you may receive the following error message:
CAUSE
This behavior occurs because, by design, Visual Basic for Applications
macros cannot directly use objects in the Microsoft Remote Data Object 2.0
library.
RESOLUTIONTo resolve this behavior, remove any code that references objects in the Microsoft Remote Data Object 2.0 library. MORE INFORMATION
You may be able to run macros that use objects from the Microsoft Remote
Data Object 2.0 library, if you have the following products installed on
your computer:
If you want to use Remote Data Object functionality, use the new client/server connection mode called ODBCDirect, a method which is supported. ODBCDirect establishes a connection directly to an Open Database Connectivity (ODBC) data source without loading the Microsoft Jet database engine into random access memory (RAM). ODBCDirect is useful in situations where specific features of ODBC are required. ODBCDirect requires that you have the Microsoft Remote Data Object 2.0 library on your computer, but it is not necessary to refer to it. However, you must refer to the Microsoft DAO 3.5 Object Library. REFERENCES
For more information about ODBCDirect, click the Office Assistant in the
Visual Basic Editor, type ODBCDirect, click Search, and then click to
view the "What's New in DAO?" topic.
Q120802 Office: How to Add/Remove a Single Office Program or Component Additional query words: XL97 rdo xlvbainfo WD97 WD2000
Keywords : kberrmsg kbprg kbdta |
Last Reviewed: November 3, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |