Hello everybody
When I`m unloading dynamically allocated objetcs in memory I use the statements :
where rsTexnikos is an ADODB.Recordset object and connbio_tech is an ADODB.Connection object. Do I need to do something else to successfully deallocate the memory? In some source code I was looking at the programmer used :Code:rsTexnikos.Close connbio_tech.Close
Is this necessary or just a precaution against untimely use of a reference?Code:rsTexnikos = Nothing
thx, in advance
George Papadopoulos




Reply With Quote