Fastreport and IBDAC with multiple Databases

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Jank
Posts: 35
Joined: Tue 11 May 2010 11:57

Fastreport and IBDAC with multiple Databases

Post by Jank » Mon 13 Sep 2010 13:58

Hi,

i am looking for a new reportgenerator working with IBDAC. Now I am trying Fastreport and everything works fine. I have my IBConnection, and the FR-components and the component of type TfrxIBDACComponents.

In the TfrxIBDACComponents-Component I can set a DefaultDatabase and these database is available in FR.
But I have two connections on my Form and I will have access to both in FR. The FR has a combobox for the Databaseselection but if I don't enter a Defaultdatabase in the TfrxIBDACComponents-Component there is none of my two databases in FR available. Is it possible to hand over more then one database?

Greetings Jan

AndreyZ

Post by AndreyZ » Tue 14 Sep 2010 12:47

Hello,

You can use more than one database in FastReport. For that you have to do the following:
- open the Report Editor;
- go to the Data sheet;
- on the left component panel click the IBDAC components button, then choose the IBDAC Database component, and then click on the working area of the report.
In the same way you can add another databases.
If you need more information, please, take a look at the FastReportDemo.

Post Reply