SqlConnection

  • Thread starter Thread starter Cwee
  • Start date Start date
C

Cwee

I have a "SqlConnection" Object I do an open then a close.
This does not seem to release the connection. If I do a
SP_WHO on the SQL server the connection is still active.

What I am doing wrong?

Thanks

-- CWee
 
I'm not a SQL expert but I would guess that this is due to connection
pooling.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top