What is the limit for total number of records in Datatable?RGRohan Gupta11yAsked Aug 19, 2015, 9:22 AM1.4kLearn iOS ProgrammingWhat is the limit for total number of records in Datatable?
Sandeep Kumar11y agoPosted Aug 20, 2015, 4:42 AMHello sir, According to the documentation, the limit is 16,777,216 rows. Or for more information please follow this link http://msdn.microsoft.com/en-us/library/system.data.datatable.aspx http://stackoverflow.com/questions/3699748/what-is-the-limit-for-total-number-of-records-in-datatable0
Karthikeyan K11y agoPosted Aug 19, 2015, 11:31 PM Hi Sir, 1.The maximum number of rows that a Data Table can store is 16,777,216 Refer the following links 1.https://msdn.microsoft.com/en-us/library/system.data.datatable%28vs.80%29.aspx 2.http://goobbe.com/questions/3097876/what-is-the-limit-for-total-number-of-records-in-datatable 3.https://msdn.microsoft.com/en-us/library/system.data.datatable.aspx0
Rajeesh Menoth11y agoPosted Aug 19, 2015, 2:05 PMHi, In Microsoft website specified that 16,777,216. If you want more clarification about this limit check this link : Microsoft 0
Pankaj Kumar Choudhary11y agoPosted Aug 19, 2015, 1:42 PM Hello @Rohan limit for total number of records in Datatable is 1,67,77,216 for more detail you can refer this site: https://msdn.microsoft.com/library/9186hy08(en-us,vs.80).aspx 0
Vaikesh K P11y agoPosted Aug 19, 2015, 9:31 AMHi The maximum number of rows that a DataTable can store is 16,777,216.Refer : https://msdn.microsoft.com/library/9186hy08(en-us,vs.80).aspx#16,777,2160
Sandeep KumarPosted Aug 20, 2015, 4:42 AM
http://stackoverflow.com/questions/3699748/what-is-the-limit-for-total-number-of-records-in-datatable
Karthikeyan KPosted Aug 19, 2015, 11:31 PM
Rajeesh MenothPosted Aug 19, 2015, 2:05 PM
Pankaj Kumar ChoudharyPosted Aug 19, 2015, 1:42 PM
Vaikesh K PPosted Aug 19, 2015, 9:31 AM
The maximum number of rows that a DataTable can store is 16,777,216.
Refer : https://msdn.microsoft.com/library/9186hy08(en-us,vs.80).aspx#16,777,216
Raja TPosted Aug 19, 2015, 9:26 AM