Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Connection Pooling

Author  Topic 

Rajeswari
Starting Member

20 Posts

Posted - 2002-01-18 : 00:20:16
Connection will be closed from the connection pool after 60 seconds(CPTimeout) by default.(Specified in MSDN)

If i open the connection from VB application and i never close it for an hour or day and if no operation is done on the connection, what will haapen to the connection in the connection pool, whether it will be closed?. What exactly happens to the connection?
   

- Advertisement -