VBScript Clean Up ADODB.Recordset

rs.Close()
Set rs = Nothing

dbConn.Close()
Set dbConn = Nothing
kwils1997