LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Hello,How many(Maximun)rows/columns the table can display?

i try to display 409600 rows.The compiler says "no"! 🙂
0 Kudos
Message 1 of 2
(2,586 Views)
The size of the table is going to be limited by the amount of available memory you have. You can create a table with up to 2^31 (2.1 billion) rows in it, if all you are storing is integers in one column, this is going to take about 8 Gigs of RAM. I just created a table with over 1,000,000 rows, and it worked fine.

Hope this helps-
Dustin
0 Kudos
Message 2 of 2
(2,586 Views)