I'm adding data rows to my data table but the row count in the data table does not increase. Seems to be a limit of either size of the table or number of data rows.
FYI, .net 2.0
I'm adding data rows to my data table but the row count in the data table does not increase. Seems to be a limit of either size of the table or number of data rows.
FYI, .net 2.0
Click here to see the limitations of the datatable type. 16,777,216 is the maximum number of records.