M
me
With ASP.OLD when I threw away a refence to a recordset
but still had a live refence to some datafield inside the
recordset then ASP would never the less garbagecollect the
recordset and the datafields, which sometimes resultet in
me trying to use variables that were null if I hadnt remembered
to make a copy of the field instead of just referencing it.
With ADO.NET do I have to copy referencetypes as well if I
want to use the data after the reader is closed()?
but still had a live refence to some datafield inside the
recordset then ASP would never the less garbagecollect the
recordset and the datafields, which sometimes resultet in
me trying to use variables that were null if I hadnt remembered
to make a copy of the field instead of just referencing it.
With ADO.NET do I have to copy referencetypes as well if I
want to use the data after the reader is closed()?