Hi,
If I have a variable rs declared as a DAO.recordset and open a recordset.
If I then forget to issue an rs.Close command, but Set rs = Nothing, does this also close the connection, or could this leave open redundant connections to the SQL server even though the recordset object is garbage collected?
Thanks,
1DMF
"In complete darkness we are all the same, it is only our knowledge and wisdom that separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Free Dance Music Downloads
If I have a variable rs declared as a DAO.recordset and open a recordset.
If I then forget to issue an rs.Close command, but Set rs = Nothing, does this also close the connection, or could this leave open redundant connections to the SQL server even though the recordset object is garbage collected?
Thanks,
1DMF
"In complete darkness we are all the same, it is only our knowledge and wisdom that separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Free Dance Music Downloads