What do you think about Caching DataReader in Cach object? Do you think it is acceptable, and why?
Moses Soliman
Select an image from your device to upload
It is not good to cache a DataReader object, and so, it is not acceptable.
DataReader is a read only forward only recordset of data. Once it a record is read, you can't get back to, As so, it is useless to cache DataReaders.