cyberbiker
Programmer
I have always closed recordsets before setting them to nothing (learned to set rs = nothing the hard way I must admit) but....
currently I do this
RS.close
set RS = nothing
My experimenting shows no reason not to just:
set RS = nothing
Is it really necessary to close a recordset before setting it to nothing? If so can somebody explain why?
Terry (cyberbiker)
currently I do this
RS.close
set RS = nothing
My experimenting shows no reason not to just:
set RS = nothing
Is it really necessary to close a recordset before setting it to nothing? If so can somebody explain why?
Terry (cyberbiker)