Example:
VB Code:
  1. Private Sub Display()
  2.              Dim rs As New ADODB.Recordset
  3.              .
  4.              .
  5.              .
  6.              .
  7.              'Set rs = Nothing  
  8.    End Sub

Some said that rs will be set to Nothing automatically by Vb, but some said that it won't. How it was? How can i know whether it is set to Nothing automatically? Is there any example to test it?