Re: Crystal Preview (.show) is very slow
From: Mike Gorgone (m_gorgone_at_hotmail.com)
Date: 11/30/04
- Next message: Brian Bischof: "Re: Crystal Preview (.show) is very slow"
- Previous message: ksedran: "Crystal & ADO.NET Bug?"
- In reply to: Brian Bischof: "Re: Crystal Preview (.show) is very slow"
- Next in thread: Brian Bischof: "Re: Crystal Preview (.show) is very slow"
- Reply: Brian Bischof: "Re: Crystal Preview (.show) is very slow"
- Messages sorted by: [ date ] [ thread ]
Date: 30 Nov 2004 14:20:24 -0800
Hi Brian,
I am using ado.net and I've discovered that the xml file generated by
the SQL statement is over 5 meg so we think that because there are 15
subreports that all connect to the main report's dataset CR has to
look through that XML file to find the data for the report. Does that
sound accurate?
Mike
"Brian Bischof" <Brian@NoSpamBischofSystems.com> wrote in message news:<#MHzW9w1EHA.164@TK2MSFTNGP10.phx.gbl>...
> Are you using ADO.NET as the datasource? If so, there is a problem that this
> is the first generation of CR that uses datasets and they are notoriously
> slow. CR rewrote the ADO.NET connectivity libraries for v10 and now they are
> tremendously faster. However, the only way to get the new libraries is to
> upgrade to v10 or wait for VS.NET 2005 to come out next year.
>
> HTH,
>
> Brian Bischof
> www.CrystalReportsBook.com
>
>
> "Mike Gorgone" <m_gorgone@hotmail.com> wrote in message
> news:9af1e7ae.0411300826.2023271b@posting.google.com...
> > Hi All,
> >
> > Here's the problem I'm previewing a report in Crystal that only
> > returns 1300 rows or so. I tested the SQL statement and it runs very
> > quickly through Query Analyzer. Here's my specs.
> >
> > VB.Net (1.1)
> > Crystal Reports V 9.1.5000.0
> > SQLServer 2000
> > Windows XP
> >
> > The code runs fine right up until I open the report in the report
> > viewer...
> >
> > oRptForm.Show()
> >
> > ...the load takes about 10 minutes. All of setup code (constructors
> > and setup functions) for the RptViewer run fine it's only the .Show()
> > that the delay shows up.
> >
> > Any ideas? Any Suggestions?
> >
> > Thanks in advance for any help.
> >
> > Mike Gorgone
> > Software Engineer
> > m_gorgone@hotmail.com
- Next message: Brian Bischof: "Re: Crystal Preview (.show) is very slow"
- Previous message: ksedran: "Crystal & ADO.NET Bug?"
- In reply to: Brian Bischof: "Re: Crystal Preview (.show) is very slow"
- Next in thread: Brian Bischof: "Re: Crystal Preview (.show) is very slow"
- Reply: Brian Bischof: "Re: Crystal Preview (.show) is very slow"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|