Searching for a faster way to print datas
Hi,
currently I am printing my datas out of a firebird SQL DB via
IBO_pipeline. Also I am using the data dictionary. There a stored 50
tables and views and near to 4.000 field parameters.
I works, but to slow. Means a report need up to 1 minute to print.
75% is the creating time of the SQL connection.
How can I use the flexibility of the data dictionary, but faster at the
execution?
Best Martin
currently I am printing my datas out of a firebird SQL DB via
IBO_pipeline. Also I am using the data dictionary. There a stored 50
tables and views and near to 4.000 field parameters.
I works, but to slow. Means a report need up to 1 minute to print.
75% is the creating time of the SQL connection.
How can I use the flexibility of the data dictionary, but faster at the
execution?
Best Martin
This discussion has been closed.
Comments
The DataDictionary is used by the Query Tools to configure the
QueryDataView's TdaSQL object.
At run-time the TdaSQL object generates sql text that is assigned to the
database. I do nothink the DataDictionary is used at all for this step.
Modify your Delphi library path from RBuilder\Lib to RBuilder\Source and try
running the code using a profiler to see where the bottlenecks are.
--
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com