最佳答案
这是我的数据库连接字符串。我没有设置最大池大小,直到现在。
public static string srConnectionString =
"server=localhost;database=mydb;uid=sa;pwd=mypw;";
那么目前我的应用程序支持多少个连接? 增加连接池大小的正确语法是什么?
该应用程序是用 C # 4.0编写的。