Re: Faster loading
- From: "Brian Bischof" <Brian@xxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 17 Oct 2005 09:40:58 -0700
It's true that datasets are incredibly slow. Nothing you can do about that.
However, Business Objects has admitted to this fact and rewrote the dataset
processing library for CR 10 and .NET 2005. So they are much faster now. If
you upgrade to CR 2005 when it comes out then you will see improvements.
HTH
Brian Bischof
www.CrystalReportsBook.com
"Richard Dudley" <rjdudley@xxxxxxxxx> wrote in message
news:Oo7Jriy0FHA.2932@xxxxxxxxxxxxxxxxxxxxxxx
> For very simple stuff, I would agree that CR directly querying the
database
> is (PULL method) is probably quicker than loading a dataset and binding to
> that (PUSH method). However, absolutely nothing I do in reality is that
> simple, and I've found that datasets work much better for me. My queries
> usually involve several joins and exclusions which are passed as
parameters,
> and SQL Server is best for that.
>
> It really depends on what you're doing. Concievably, you could create
views
> for most things and PULL from those. While CR can filter and sort data,
> it's really a presentation mechanism. While you can do data presentation
in
> SQL Sevrer, it's really a filtering and sorting mechanism. I put the work
> with whatever is best for doing the work.
>
> "Nathan M" <NathanM@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> news:D0B0F920-0D9E-4591-BC0E-3A891B426DCD@xxxxxxxxxxxxxxxx
> > Hi,
> >
> > I use CR for VS.NET 2002. I've heard that a report linked to a database
> > will load faster than linking it to a dataset. Is this true? I'm
linking
> a
> > report to a dataset, and it takes up to two minutes to load on a 1.6 Ghz
> with
> > 512 MB RAM, and a really long time on slower computers. A lot of folks
> who
> > may be using my program may be using slower computers, and I don't want
> them
> > to wait forever for the report. CR doesn't do anything with the data
> except
> > group and sort it--all the querrying is done on the dataset side.
What's
> the
> > fastest way to get the data to load?
> >
> > Thanks
> > Nathan
>
>
.
- References:
- Re: Faster loading
- From: Richard Dudley
- Re: Faster loading
- Prev by Date: Pass Parameter from Main Report to Sub-Report via VB6 to CR8.5
- Next by Date: Re: Stop a Report
- Previous by thread: Re: Faster loading
- Next by thread: How, to, supress, null, field, and, blank, space, of, supressed, field
- Index(es):
Relevant Pages
|