Closing recordsets

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

'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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top