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

class TdaIBXQueryDataView not found

edited March 2003 in General
Hi,

after reinstalling D5 / RB 6.03 / IBX 4.52 I receive the following error
while opening a report:

"CLASS TdaIBXQueryDataView not found"

any suggestions?

Dietrich

Comments

  • edited March 2003
    Dietrich,

    You need to install the daIBExpress dade plugin package in Delphi.

    ------------------------------------------------
    Article: Resolving daIBExpress problems
    ------------------------------------------------

    Solution:
    ---------

    If you are using the latest version of IB Express, then that is the problem.
    For compatibility reasons, ReportBuilder's LIB units are compiled using the
    plain Delphi 5.0 units with no patches applied.

    To solve this issue, do the following:

    1. Recompile daIBExpress.pas located in ..\RBuilder\Source. The easiest way
    to do this is to add the unit to your Delphi project. You could also copy
    the .pas file from \RBuilder\Source to ..\RBuilder\Lib.

    2. If you want to use the DADE Plug-in for IB Express at Delphi design-time,
    then you need to recompile the rbIBEx5 package. The .dpk is located in
    .\RBuilder\Source. Once you recompile the package, you need to copy the .bpl
    to Windows\System (or System32 for NT).

    --
    Best Regards,

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