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

daADO version problem

edited December 2005 in End User
Hi,

I am omer.

I got a problem about with daAdo.dcu. When i want to compile this unit with
my project. I got this error.

Unit daADO was compiled with a different version of ADODB.TADOConnection

I couldn.t get away from it.

Any idea ?

Thanks.

Comments

  • edited December 2005

    This type of error, indicates that ReportBuilder was compiled to support a
    different version of the Borland VCL unit that is installed on your machine.

    - TADOConnection is located in Borland VCL source code unit named ADODB.pas.
    - ReportBuilder's daADO.pas references ADODB in its uses clause

    It would be helpful if you specified the exact version of Delphi and
    ReportBuilder that you are using.

    There are ReportBulider builds and install files that are compiled for
    specific Delphi versions. For example, ReportBuilder for Delphi 7 cannot be
    installed and used with Delphi 2005.

    If you are using a trial version of Delphi, then that could cause this
    error. ReportBuilder is compiled to support Delphi trial versions.

    If you or someone else modified the interface section of ADODB unit then
    that would cause this error.






    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.