W
William \(Bill\) Vaughn
Consider that the tools take connections too. VS.NET takes a connection when
you have an open connection in the Data Links.
When you "close" a connection in your application, you aren't closing
it--you're returning it to the pool. The pool is destroyed when your
application ends and this closes any connections in the pool. Be sure to
change the "Application Name" argument in your connection string to see
which connections are being opened by ADO.
hth
--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
MVP, hRD
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
you have an open connection in the Data Links.
When you "close" a connection in your application, you aren't closing
it--you're returning it to the pool. The pool is destroyed when your
application ends and this closes any connections in the pool. Be sure to
change the "Application Name" argument in your connection string to see
which connections are being opened by ADO.
hth
--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
MVP, hRD
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________