How to get data from two databases via FastReport
I have created a report using FastReport Designer (Delphi 2010). I have
one TfrxIBXQuery (Query1) connected with main database -
Base1(frxIBXComponents.DefaultDatabase:=Base1). It works fine, I can get
data using Query1+MasterData band. The problem arises when I'm trying to
get data from another database in the same report. In Designer I drop new
frxIBXDatabase (Base2), set the necessary properties. Add new TfrxIBXQuery
(Query2) and connect it with Base2. But I can't get any data from Query2
becouse it does not see Base2.
Could you give me some advice on how to solve this problem?
No comments:
Post a Comment