F Frank Rizzo May 22, 2006 #1 What is the default size of the ADO.NET connection pool? I can't seem to google the answer. Thanks.
S sdbillsfan May 22, 2006 #2 For which data source? Here's the OracleConnection default http://msdn2.microsoft.com/en-us/li...client.oracleconnection.connectionstring.aspx
For which data source? Here's the OracleConnection default http://msdn2.microsoft.com/en-us/li...client.oracleconnection.connectionstring.aspx
G Guest May 22, 2006 #3 Frank, Maybe it's time to tune up those query skills. I did this one with MSN http://search.msn.com/results.aspx?q=ADO.NET+"Connection+pool"+"Default+size"&FORM=QBHP and came up with a number of results. They all claim it's 100. Peter
Frank, Maybe it's time to tune up those query skills. I did this one with MSN http://search.msn.com/results.aspx?q=ADO.NET+"Connection+pool"+"Default+size"&FORM=QBHP and came up with a number of results. They all claim it's 100. Peter
F Frank Rizzo May 22, 2006 #4 Peter said: Frank, Maybe it's time to tune up those query skills. I did this one with MSN http://search.msn.com/results.aspx?q=ADO.NET+"Connection+pool"+"Default+size"&FORM=QBHP and came up with a number of results. They all claim it's 100. Peter Click to expand... Thanks, I actually replaced Oracle with SQL in sdbillsfan's message, and got exactly what I needed. http://msdn2.microsoft.com/en-us/li...client.oracleconnection.connectionstring.aspx --> http://msdn2.microsoft.com/en-us/library/system.data.sqlclient.sqlconnection.connectionstring.aspx
Peter said: Frank, Maybe it's time to tune up those query skills. I did this one with MSN http://search.msn.com/results.aspx?q=ADO.NET+"Connection+pool"+"Default+size"&FORM=QBHP and came up with a number of results. They all claim it's 100. Peter Click to expand... Thanks, I actually replaced Oracle with SQL in sdbillsfan's message, and got exactly what I needed. http://msdn2.microsoft.com/en-us/li...client.oracleconnection.connectionstring.aspx --> http://msdn2.microsoft.com/en-us/library/system.data.sqlclient.sqlconnection.connectionstring.aspx