Large DataSets can cause OutOfMemoryException

Large DataSets can cause OutOfMemoryException. Offcourse this exception is not only confined to DataSets but any container which is heavily populated. Also not surprising that DataSets containing huge amount of data will take longer to load. Hence, always keep the size of the DataSet small and if you want to retreive large data do it in steps rather than in a single shot.

Print | posted @ Thursday, July 14, 2005 7:41 AM

Twitter