dear friends,
i have a Query regarding dataset. i came across a question,
how many Tables can we stored in Dataset?
can any1 elaborate this topic with "Example of string multiple table in dataset" will be helpful.
Regards,
Aamir
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Mar 20, 2012, 9:29 AM
No idea why but I spotted it in the documentation when I was checking the DataTables limit:
http://msdn.microsoft.com/en-us/library/system.data.datatable.aspx
Suthish NairPosted Mar 20, 2012, 9:19 AM
VulpesPosted Mar 20, 2012, 9:18 AM
In theory, a DataSet can have a maximum of 2,147,483,647 DataTables in this collection but you'd have run out of memory well before then :)