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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sql connections

Status
Not open for further replies.

Deam

Programmer
Oct 10, 2000
68
US
Due to some reasons when i log into my web based application which is using sql server 7 as its back end, it is opening up a new connection every couple of seconds. How can i stop this? what should I do?
Need help desperately. :-(
 
Well there are asp's which retrieve data from sql server tables.
 

SQL Server is not opening the connections. The problem must originate in the ASP code or in the web server. We may be able to help if you are willing to post some ASP code.

BTW: If the problem is within the ASP code, you'll get likely better help in an ASP forum. Terry Broadbent


"The greatest obstacle to discovery is not ignorance -- it is the illusion of knowledge." - Daniel J Boorstin
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top