Dataset -deallocation of memory
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
If we create a dataset then it allocates some meomory . How to deaalocate that memory, if needed?
Call Dispose on the DataSet object.
myDataSet.Dispose()
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007