tags:

views:

41

answers:

1

I am looking for a comprehensive analysis on the side effects of not closing it. Example: Effect on connection pooling, memory, etc.,

+1  A: 

Among other problems you won't be able to open another datareader with the same connection

pedro