ADO connection object
Database
2
Posts
2
Posters
0
Views
1
Watching
-
How long will an ADO connection object remains connected to SQL server if there is no communication at all from the client side??
Forever. Well actually until either the SQL Server terminates it or a network problem occurs. A default configuration of SQL Server will never expire a connection, but some configurations will. That's my experience with it anyway.