Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Strange problems with connections not closing

Status
Not open for further replies.

diddydustin

Programmer
Jul 30, 2002
181
US
Hey guys,

I have a VB.NET app connecting to SQL Server. We are having a strange problem where we will step through our code, watch connections being open, but when they close (and VB says the object is closed), SQL Server won't reflect this and the connection will stay open. Sometimes when we open a connection, SQL Server won't reflect that a new connection is open. Other times it will show two connections for when we only have one. It's a very strange problem. Could anyone recommend anything to try?

Thanks
Dustin
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top