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 am trying to display all matching records from an Access2000 database in a Datagrid on a vb.net form. What needs to match is a user selected date. I'm using a DateTimePicker from which I store the ...