I'd like to know what is the best way to deal with large amount of data. I've some reports with complex SQL queries (lot of joins) and which return many lines, and I want my reports to be fast...
Should I use a sqlDataAdapter? a DataSet (and put it in cache or session?)? a business object?
Do you have some feedback to optimize reports?
Thanks in advance
Should I use a sqlDataAdapter? a DataSet (and put it in cache or session?)? a business object?
Do you have some feedback to optimize reports?
Thanks in advance