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
Comments
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