Hi,
I have a page with some fairly intensive calls to and from a SQL Server database. Even though I am adding recordset.close and connection.close commands, the database connections are not ended. The database itself ends the connections after 5 mintues of inactivity.
Any ideas why this would be? This is proving to be a huge problem as after a period of time, noone can connect to the database. Increasing the number of connections is not an option, Id rather try and determine why connections are not being ended when the command is issued.
Thanks in advance
jan
I have a page with some fairly intensive calls to and from a SQL Server database. Even though I am adding recordset.close and connection.close commands, the database connections are not ended. The database itself ends the connections after 5 mintues of inactivity.
Any ideas why this would be? This is proving to be a huge problem as after a period of time, noone can connect to the database. Increasing the number of connections is not an option, Id rather try and determine why connections are not being ended when the command is issued.
Thanks in advance
jan