In VB.NET, is it necessary to set variables to = Nothing when you're finished with them, or will the GC take care of it for you? Is there any reason that you would want to do this even if the GC does ...
I have been working with an access database project and originally I had a data access page that ran a query but the only problem is that i couldn't figure out how to export the results to a csv page ...