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