G
Guest
I would like some assistance on a application I am developing in vb.net 2003
that uses a large dataset to query a database. Most queires are small, and
execute with no problem. When a large query is executed and stored in the
dataset, I use the garbage collector and the setProcessWorkingSetSize()
function to remove the data from memory when it is no longer needed. This
works great for the RAM, but as far as the pagefile, it grows for every large
query and is not released untill program shutdown.
Thanks in advance.
that uses a large dataset to query a database. Most queires are small, and
execute with no problem. When a large query is executed and stored in the
dataset, I use the garbage collector and the setProcessWorkingSetSize()
function to remove the data from memory when it is no longer needed. This
works great for the RAM, but as far as the pagefile, it grows for every large
query and is not released untill program shutdown.
Thanks in advance.