maximum number of rows in DataTable.

  • Thread starter Thread starter Ashish
  • Start date Start date
A

Ashish

hi All,
i was just wondering whats the maximum number of rows that a Datatable
can hold at any given time, because the count of rows property always
returns an integer, so is it 2,147,483,647 at the maximum ?
TIA
-ashish
 
The documentation I read says its 16,777,216 but either number is probably
way more than you'd ever realisically want to use.

HTH,

Bill
 
Back
Top