DataTable object maximum size

  • Thread starter Thread starter etl2016
  • Start date Start date
E

etl2016

Guest
hi,


I am referring to DataTable Class (System.Data) (or its .net Framework equivalent)



There is no official confirmation about the maximum size of data that can be held in a DataTable object (sorry, if it is there in the documentation and am missing it)



In general, 1 row can be of any number of columns. And, each of these columns can be of any data type, resulting in varying size of storage. More the columns, higher the MB to hold those many rows in DataTable object. Is the amount of data that can be put in a DataTable object, DotNet version dependent or underlying machine configuration dependent? In either case, what is this limit (rows wise and/or MB wise)?



thank you



Continue reading...
 
Back
Top