DOA and ReportBuilder

migregg

Member
I am using DOA and ReportBuilder to create an end-user reporting app. The problem I am having is that ReportBuilder creates TOracleDataSet components behind the scenes and it appears that when this is done the QueryAllRecords property is set to True by default. This causes my reports to retrieve all records before displaying the first page of the report. For long reports this takes too long. Is there a way I can change this without having to customize their code or yours?

Michael Gregg
 
In Direct Oracle Access you cannot control the default value of the TOracleDataSet.QueryAllRecords property. I'm not sure if this can be arranged in ReportBuilder, you would have to contact Digital Metaphors about that.

------------------
Marco Kalter
Allround Automations
 
Back
Top