K
Ken Cox [Microsoft MVP]
There's an interesting clarification here that seems to relate to your
question:
http://support.microsoft.com/default.aspx?scid=kb;en-us;315461
"You should always close the Connection when you are finished using it. This
can be done using either the Close or Dispose methods of the Connection
object. Connections that are not explicitly closed may not be added or
returned to the pool. For example, a connection that has gone out of scope,
but has not been explicitly closed, is returned to the connection pool only
if the maximum pool size has been reached and if the connection is still
valid. "
question:
http://support.microsoft.com/default.aspx?scid=kb;en-us;315461
"You should always close the Connection when you are finished using it. This
can be done using either the Close or Dispose methods of the Connection
object. Connections that are not explicitly closed may not be added or
returned to the pool. For example, a connection that has gone out of scope,
but has not been explicitly closed, is returned to the connection pool only
if the maximum pool size has been reached and if the connection is still
valid. "