This error indicates that the DADE Plug-in for ADO is not registered.
1. If you are receiving this error at Delphi design-time, then you do not have the rbADOXX package installed into Delphi. This package resides in your Windows\System (or System32 for NT) directory. From Delphi, select Component | Install Packages and install this package.
2. If you are receiving this error at run-time, then you need to add daADO to the uses clause of your end-user form. See the ADO based exampled in RBuilder\Demos\EndUser\Databases.
Comments
This error indicates that the DADE Plug-in for ADO is not registered.
1. If you are receiving this error at Delphi design-time, then you do not
have the rbADOXX package installed into Delphi. This package resides in your
Windows\System (or System32 for NT) directory. From Delphi, select Component
| Install Packages and install this package.
2. If you are receiving this error at run-time, then you need to add daADO
to the uses clause of your end-user form. See the ADO based exampled in
RBuilder\Demos\EndUser\Databases.
--
Nard Moseley
Digital Metaphors
http://www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
--
Fernando