K
KitCaz
Is it a requirement or just good form to clos a recordset before setting the
instance to nothing (or both)?
E.g. if I "set rs=db.openrecordset(sSQL)", do I need to "rs.close" it when
I'm done with it before I "set rs=nothing", or does the latter pretty much
take care of the former?
Obviously I'm not doing any updates in this example, just accessing some data.
instance to nothing (or both)?
E.g. if I "set rs=db.openrecordset(sSQL)", do I need to "rs.close" it when
I'm done with it before I "set rs=nothing", or does the latter pretty much
take care of the former?
Obviously I'm not doing any updates in this example, just accessing some data.