S
Strange Cat
Hi everyone!
I have a web app that loads into Session Memory a datatable object.
I'd like to evaluate the memory used by the datatable object before loading
it...
I would iterate thru all records accepted (because there is a filter on it)
using a DataReader and just sum the memory used by each record accepted...
Any other ideas?
Thanx in advance
ASC
I have a web app that loads into Session Memory a datatable object.
I'd like to evaluate the memory used by the datatable object before loading
it...
I would iterate thru all records accepted (because there is a filter on it)
using a DataReader and just sum the memory used by each record accepted...
Any other ideas?
Thanx in advance
ASC