Hi,

Been a long time since I fired up Visual Studio or posted here but I've got the bug again.

I'm currently writing a reporting application and some of the queries I need to run will return about 600K rows, the application works but it's pretty slow when grabbing the data from the server, obviously I recognize there will be some delay but I'd like to implement the best methods for this type of application.

I'm currently using a Sqladapter to fill a dataset which I then use to fill a DataView which I then use to populate a chart (possible not the best way to be doing this ! )

What would be the 'Best Practice' for doing this kind of large data application.

Thanks in advance

Marc