Click here to Skip to main content
15,885,365 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
my environment:
1. C# winform (using ReportViewer control)
2. windows 7 OS
3. load large amount of data from MS SQLSERVER database
4. and waiting so long time, finally , out of memory .
Posted
Comments
Mycroft Holmes 18-Oct-11 3:30am    
Ahm what are you expecting us to do to help.
Have you tested the query (procedure) in SSMS.
Have you then tried getting the data back in the client, you may be trying to get just too much data or you may have an infinte loop in you query!
chenghuichao 18-Oct-11 3:58am    
In my DataSet has two Datables, one about 2,000 records,another 13,000 records.
When I click report button, I'll wait about 30min ,and finally, get the out of memory.
I think my query string is ok, I want to know how can I load large data using ReportViewer Control.
Is there any better control for report large data?
grimmuko 19-Oct-11 19:33pm    
when you load the data in the dataset - without reportviewer - how long does it takes and how much memory is used?
chenghuichao 23-Oct-11 0:03am    
just seconds less than 1min, the memory is not very high, about 30%,40%.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900