M
Michael Jackson
My application is using the SQLDataReader to retreive and itereate thru rows
of data from SQL Server, then for each row of that SQLDataReader, selects
related rows from another table via yet another SQLDataReader. When I finish
with a row, I do a SQLDataReader.Close and set it to nothing, but my .NET
Memory Profiler shows that the instances of the SQLDataReaders are never
being disposed.
Am I missing something?
Thanks,
Michael
of data from SQL Server, then for each row of that SQLDataReader, selects
related rows from another table via yet another SQLDataReader. When I finish
with a row, I do a SQLDataReader.Close and set it to nothing, but my .NET
Memory Profiler shows that the instances of the SQLDataReaders are never
being disposed.
Am I missing something?
Thanks,
Michael