G
Guest
Quote from ADO.NET MOC, Module 2 - Connecting to Data Sources, p18:
"Calling the Dispose method removes the connection from the connection pool."
Does this mean that it's not advisable to call Dispose on a connection
unless the application is terminating? Otherwise, connection pooling is
programmatically disabled, in effect. Can anyone clarify this? Thanks =)
"Calling the Dispose method removes the connection from the connection pool."
Does this mean that it's not advisable to call Dispose on a connection
unless the application is terminating? Otherwise, connection pooling is
programmatically disabled, in effect. Can anyone clarify this? Thanks =)