S
Sophie
'When I look at code examples, I often see the lines 'rs.close' and 'Set rs =
Nothing' right before the End Sub or End Function. On the other hand, most
code examples that work with recordsets (by far) don't seem to do this. What
exactly is the benefit of closing the record set and equating it to Nothing?
What are the dangers in not doing so?
Nothing' right before the End Sub or End Function. On the other hand, most
code examples that work with recordsets (by far) don't seem to do this. What
exactly is the benefit of closing the record set and equating it to Nothing?
What are the dangers in not doing so?