I wants to know whether there is any limit for number of rows that we can add to datatable. I am doing this in C# and .NET 2005. Actually my application is reading large tex
The maximum number of rows that a DataTable can store is 16,777,216
DataTable Class
Try google next time!
The maximum number of rows that a DataTable can store is 16,777,216.
Found on http://msdn.microsoft.com/en-us/library/system.data.datatable.aspx