Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Crystal or VB faster?

Status
Not open for further replies.

earme

Programmer
Jul 27, 2000
155
US
I have a report that runs off of an ado recordset that gets a query passed from VB. The query is created off of a temp table that is created by 2 other queries that sums various values from 2002 and 2001 (one query does 2001 into temp, the other 2002 into temp2, and the final one joins them). This report takes about a minute or so to load, and this isn't with my small test amount of data.
My question is, would it be faster to pass all the records to crystal and do about 50 running totals, each of which will be printed (because of grouping) about 3 times.

Any suggestions?
Earme
 
The database I'm using is Access, which I don't really consider a *real* database. Oh, the SQLServer days.

Earme
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top