R
Rohit
Does anybody know, in quantitative terms, what the memory utilization for a
DataSet object is?
Here are some numbers to help. Suppose we had the following data in a SQL
Server CE database table:
- 800 rows
- 6 columns (4 of which are varchar(50) and 2 are plain ints)
How much memory should a DataSet based on this table consume on a mobile
device?
DataSet object is?
Here are some numbers to help. Suppose we had the following data in a SQL
Server CE database table:
- 800 rows
- 6 columns (4 of which are varchar(50) and 2 are plain ints)
How much memory should a DataSet based on this table consume on a mobile
device?