VBScript Nettoyer ADODB.RecordSet

rs.Close()
Set rs = Nothing

dbConn.Close()
Set dbConn = Nothing
kwils1997