Runs slow
Runs slow
I^m using R&R Infinity for SQL 12.1. My PC is a Pentium 2.66 with 512 RAM; the OS is XP Pro SP2. I^m in the early stages of using this version of R&R, but here^s what I^ve found: When I launch a simple report using the bat file below, it takes 30 seconds until the query window appears. After that, the rest of the process seems fine. Here^s the bat file:__C:Progra~1RRinfi~1
swrun.exe /TTG:myreports
swrunin.rss____The data is in an MDB file on the same PC.____Since this was slow, I used the OCX control in a VB.NET application to call the same report. That launched the viewer in 26 seconds.____Is there something I can do to speed this up? I^m used to using R&R 6 (windows) for dbase and the viewer ran almost instantaneously.
=> RE: Runs slow
Add the line:____PDFDRIVER=0____to the DEFAULTS section of c:windows
sw.ini______This should speed things up.____Kathleen__R&R Support
==> RE: Runs slow
Thanks ! It now opens in about 5 seconds. This really helped.:-)