Quote Originally Posted by kleinma
Of course you shouldn't call dispose unless you are DONE with the object, which is what I stated originally...
Not to be picky but you said:

"make sure you call .dispose on both the command and connection when you are done with them."

That is not the case, since dispose actually gets rid of the connection pooling itself, which degrades performance.

Quote Originally Posted by kleinma
Of course you shouldn't call dispose unless you are DONE with the object, which is what I stated originally...
In that case Dispose should be called on what object ?