vbscript clean up adodb recordset

Solutions on MaxInterview for vbscript clean up adodb recordset by the best coders in the world

showing results for - "vbscript clean up adodb recordset"
Bertille
05 Jun 2020
1rs.Close()
2Set rs = Nothing
3
4dbConn.Close()
5Set dbConn = Nothing