Recordset property at TUniQuery

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
rommy
Posts: 1
Joined: Sat 19 Feb 2011 16:38

Recordset property at TUniQuery

Post by rommy » Sat 19 Feb 2011 17:00

Hi,

In the past, I used below code to connect crystal report viewer to my TAdoQuery.


IReport1.Database.SetDataSource(ADOQuery1.RecordSet,3,1);


Now while I am using TUniQuery, I get lost since there is no property TUniQuery.RecordSet.

Please help me to find solution. Thanks in advance.

AndreyZ

Post by AndreyZ » Mon 21 Feb 2011 15:20

Hello,

All datasets in Delphi are inherited from the TDataSet component. Please ask Crystal Report support about the usage of standard Dataset components in reports.

Post Reply