I
Ivan Weiss
I declared a class called database.
I have the following code:
Dim myDatabase as Database
myDatabase = Nothing
Does the nothing keyword free the object for garbage collection or do I
need to create a dispose method?
-Ivan
I have the following code:
Dim myDatabase as Database
myDatabase = Nothing
Does the nothing keyword free the object for garbage collection or do I
need to create a dispose method?
-Ivan