Click to See Complete Forum and Search --> : Memory releasing


December 9th, 1999, 12:14 PM
For a local recordset variable within a function or procedure, how's its life scope? Is its memory released after the exiting the function like an auto variable?

One more question: are there any visual basic code check software available like the codecheck for C/C++?

Thank you

December 9th, 1999, 01:26 PM
It's alive within procedure, but it's a good practice to close it and set to Nothing explicitly
Vlad