but even if I use something like:
using (DataSet ds = new DataSet())
{
SqlDataAdaper da = new SqlDataAdapter();
da.Fill(ds,"TableName")
}
I see that tha application allocates a lot of memory and doesn't free it.
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 11 of 11
Thread: tool for memory leakThreaded View
|
Click Here to Expand Forum to Full Width |