Re: Subreport slows down
From: Bob Holmes (rholmes_at_REMOVEmmwec.org)
Date: 03/30/04
- Next message: Brian Bischof: "Re: Report takes 15mins to open!!! Please help........"
- Previous message: pjm_at_see_my_sig_for_address.com: "Re: Subreport slows down"
- In reply to: pjm_at_see_my_sig_for_address.com: "Re: Subreport slows down"
- Next in thread: pjm_at_see_my_sig_for_address.com: "Re: Subreport slows down"
- Reply: pjm_at_see_my_sig_for_address.com: "Re: Subreport slows down"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 30 Mar 2004 16:38:35 -0500
Paul,
I'm going to try your method. Until now, all of my reports have been
accessed by users though Crystal Enterprise. This is why I have been
talking about sp's and views rather than any of the methods using code from
a front-end. I have not needed to create any front-ends. We are in the
process of replacing some of our legacy systems and there will be a need for
some reporting within the application. I need to experiment with a number
of things, including the RDC, to find out what method might be best for this
circumstance. Thank you for reminding me of one more way to work with my
reports.
-- Bob Holmes MCNGP #31 <pjm@see_my_sig_for_address.com> wrote in message news:hsmj609v2378h5qiqdb0kg7dphm114inap@4ax.com... > On Tue, 30 Mar 2004 15:04:44 -0500, "Bob Holmes" > <rholmes@REMOVEmmwec.org> wrote: > > >Paul, > > I agree with all of your posts. When I first started working with CR, I > >was doing everything within the report. When I got to some fairly complex > >reports I found that they were taking hours to process. I kept reading > >about using stored procedures, but didn't know what they were. I did some > >research and found out that they were a database tool and not part of CR. > >Once I moved my query from one of the complicated reports to the database, > >whether a sp or a view, my report took seconds instead of hours. I also > >like the fact that I can manipulate the data (cast as different data types, > >perform calculations, etc.) within the database, so that by the time CR sees > >my 'data' it doesn't need to do much beyond displaying. > > Yep. I think it does a nice job of that, but I think it's not > a very good data processing engine. > > > I don't have to > >create a lot of formulas in CR or do a lot of sorting, etc. Your method of > >using a recordset seems to be a similar process whereby you remove the > >processing from CR and use it only for displaying the data. > > Yes. It can also be combined very nicely, of course, with > SP's and Views, etc. View + View + View into ( SP called from SP ) > into SP, into VB, repeat as needed, then into CR. > > It's all about 'what is most effective' (within ' what is > needed ?' ), and 'where does this processing actually happen ? Server > ? Client ? MS-SQL ? Other app ? > > > This is what > >makes it so much faster. Put the tools available to their best use. > > I do let CR ' just do its thing' for some reports, generally > the simple 'show me all of this table' ones. > > Anything more than that, I really feel more comfortable > building the complex datasets in the environment I'm familiar with, > VB, using things I'm familiar with like ADO, Views, Queries, etc. I'm > not much for SP's just because I don't know them, and I don't like the > design environment. > > I would point out to the OP here that just because something > runs fast in Enterprise Manager, that doesn't mean it runs fast from a > client app ( CR, VB, Access, etc ). EM is cool, I love it, I live in > it sometimes, but keep in mind that EM processes always happen on > server, whereas other interfaces may cause the same process to happen > on client, which can mean transmitting massive amounts of data over > the LAN, etc, or less efficient processing within the client tool as > opposed to SQL. > > > > Paul ( pjm @ pobox . com ) - remove spaces to email me > 'Some days, it's just not worth chewing through the restraints.' > > HVAC/R program for Palm PDA's > Free demo now available online !! http://pmilligan.net/palm/ > Free superheat charts for 38 Ref's online at http://pmilligan.net/pmtherm/
- Next message: Brian Bischof: "Re: Report takes 15mins to open!!! Please help........"
- Previous message: pjm_at_see_my_sig_for_address.com: "Re: Subreport slows down"
- In reply to: pjm_at_see_my_sig_for_address.com: "Re: Subreport slows down"
- Next in thread: pjm_at_see_my_sig_for_address.com: "Re: Subreport slows down"
- Reply: pjm_at_see_my_sig_for_address.com: "Re: Subreport slows down"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|