Using IBDAC with Report Builder

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
rhondaridge
Posts: 4
Joined: Fri 25 Jan 2013 12:03

Using IBDAC with Report Builder

Post by rhondaridge » Tue 14 May 2013 14:51

I have an application that I am converting from the Borland Database Engine to IBDAC.

Please can you help me locate the information I need to use IBDAC with Report Builder as I can find no reference to it in the documentation.

Some example projects would be helpful.

Thank you.

AndreyZ

Re: Using IBDAC with Report Builder

Post by AndreyZ » Tue 14 May 2013 16:13

You can find ReportBuilder demo projects in the IBDACDemos\ThirdParty\ReportBuilder directory, where IBDACDemos is a directory where you installed IBDAC demo projects.

rhondaridge
Posts: 4
Joined: Fri 25 Jan 2013 12:03

Re: Using IBDAC with Report Builder

Post by rhondaridge » Mon 03 Jun 2013 09:40

When I open this project using Delphi XE2 I get a message "class TdaIBDACQueryDataView not found".

Do I need to install a component to make this work?

AndreyZ

Re: Using IBDAC with Report Builder

Post by AndreyZ » Mon 03 Jun 2013 13:22

To install the TdaIBDACQueryDataView component, you should build and install the rbIBDAC.dpk package.

Post Reply