Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Best? way to process a huge result set over a network
Message
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 1.1
Database:
MS SQL Server
Miscellaneous
Thread ID:
00965818
Message ID:
00965923
Views:
9
David
What types of operations are you performing on the data once it is on the client machine ?

Are you using something like a Fill() method to fill your database.

If so I might recommend using a data reader which will process through each record one at a time. Readers are one way mechanisms that only read forward. You do have access to each column of data via this mechanism but you cannot go backwards.

We had some rather large SQL to XML exports to do and by using a data reader we were able to create a 1.1GB file in 5 minutes. We had comparable amounts of records and a very large record structure.

Rodman
Rod Paddock
Editor in Chief CoDe Magazine
President Dash Point Software, Inc.
VP Red Matrix Technologies,Inc.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform