Groups | Blog | Home
all groups > dotnet distributed apps > october 2006 >

dotnet distributed apps : Maximum Size of dataset


Prabakar Samiyappan
10/25/2006 3:10:01 AM
Hi All,

1. What is the maximun size avaiable for the the Dataset to store data in it.
2. What is the Maximum Size of the Object ?


Regards
Bryan Phillips
10/26/2006 1:54:28 AM
There is no maximum per se. I doubt that you would normally be able to
put too much into the dataset. It does support blob data and I have put
files that are several MB in size in the dataset to later update a
database without problem. If you do happen do load a lot of binary data
into a DataSet, your calls to WriteXml and the XML serialization of the
DataSet will be very slow due to the conversion of binary data to string
XML.

Bryan Phillips
MCSD, MCDBA, MCSE
Blog: http://bphillips76.spaces.live.com




"Prabakar Samiyappan" <PrabakarSamiyappan@discussions.microsoft.com>
[quoted text, click to view]
AddThis Social Bookmark Button