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

Invoke the datadictionary builder in the dbexpress example

edited April 2004 in General
Hi,
I am trying to invoke 'Data Dictionary Builder' in the End-User Reporting:
InterBase via dbExpress sample,
but the error ' Session class could not be found for SessionType:
DBExpressSession' prompt.
look like the DBExpressSession class could not be found, and how can I
resolve this??

Thanks

Rgds

Vincent

Comments

  • edited April 2004
    Hi Vincent,

    You need to be sure you have daDBExpress in your uses clause for dbExpress
    support to be registered at runtime. Also if you are setting up your
    datadictionary at design time, you need to be sure you have the rbDBExx.bpl
    package installed for the DBExpressSession to show up. This package should
    be installed into your Windows\System32\... directory.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.