I have made an application in VB that reads approx 30000 records and stores them in classes. All classes are set to Nothing when they are no longer needed.
When I try to close the program this takes several minutes while my harddrive is going bonanza... The problem is not related to the databases, but to the amount of objects. I have tried to make several different test programs and my conclusion is that VB can't work very well with this amount of objects. Does anyone know of a method to more efficently clean up the objects? Or a way to abruptly kill the process after closing the open connections?