speed with RB7
What can be wrong with upgrade from RB4.2 to RB7.02 since report (invoice -
4 tables in 1 query) is now printing 4 times slower (15sec) then was with
older version.
I am using MSSQL7 and BDE. Loading of report from database and autosearch
parametars are OK , but call of report.print method is slower.
Best regards.
4 tables in 1 query) is now printing 4 times slower (15sec) then was with
older version.
I am using MSSQL7 and BDE. Loading of report from database and autosearch
parametars are OK , but call of report.print method is slower.
Best regards.
This discussion has been closed.
Comments
As a test, hook your datasource up to a DBGrid and see if the speed changes
without ReportBuilder in the mix. Also, you might try testing with ADO
rather than BDE and see if that helps the speed at all. Are you able to see
a speed difference in our end user demos? If not, you may need to adjust
your BDE settings since this is a newer version of the BDE than you were
using before.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
report without converting with new exe and new one is slower but problem is
stil there with new created report (designed with RB7). Application is based
on BDE and in use few years so switching to ADO is not an option. End user
demo is a bit diferent from our solution (we are using just ppReport and
ppBDEPipeline and report name and autosearchparams as exe parametars - no
ppReportExplorer and Designer) but it looks that demo is working fine.
Thanks