Home End User
New Blog Posts: Merging Reports - Part 1 and Part 2

SessionType: ADOSession

edited November 2003 in End User
When i try to open de DataDictionary i got the error:

"Session class could not be found for SessionType: ADOSession"

But the session type is set to ADOSession...



Tanks


Fernando

Comments

  • edited November 2003

    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
  • edited November 2003
    tanks!!

    --
    Fernando
This discussion has been closed.