si... o almeno credo
apro così:
Dim Conn
Dim Rs
Set Conn = Server.CreateObject("ADODB.Connection")
Set comm = Server.CreateObject("ADODB.Command")
Set Rs = Server.CreateObject("ADODB.Recordset")
e chiudo così:
rs.close
conn.close
set rs = nothing
set comm = nothing
set conn = nothing