S Stephen Leung May 11, 2004 #1 Add "pooling=True" to connection string. If you use SqlConnection object
G Guest May 11, 2004 #2 Hi The .NET Framework Data Provider for SQL Server provides connection pooling automatically for your ADO.NET client application. You can also supply several connection string modifiers to control connection pooling behavior. See http://msdn.microsoft.com/library/d...nnectionpoolingforsqlservernetdataprovider.as Bin Song, MCP
Hi The .NET Framework Data Provider for SQL Server provides connection pooling automatically for your ADO.NET client application. You can also supply several connection string modifiers to control connection pooling behavior. See http://msdn.microsoft.com/library/d...nnectionpoolingforsqlservernetdataprovider.as Bin Song, MCP
S Steve C. Orr [MVP, MCSD] May 11, 2004 #3 ADO.NET has built in connection pooling. You don't need to do anything. It is enabled by default and it's transparent to you.
ADO.NET has built in connection pooling. You don't need to do anything. It is enabled by default and it's transparent to you.