cBarry263
Active member
I am writing a program that polls a database every 60 seconds. Do saying things like objDataAdapter = Nothing, objDataSet = Nothing actually do anything? And is this the proper way to free up these objects so the next time I poll the database (done with a timer1_elapsed method) these objects do not have values stored to them?