Setting DataReader = nothing
- by tanmay
Hi all,
In my project I have seen that at many places developer has just nullify the DataReader object after use and hasn't close or dispose..
I want to know the advace effect of doing so, I mean nullifying the datareader and not closeing them.
Thanks and Regards,
Tanmay.