摘要: 可以使用一组名称-值对以链接字符串的形式配置链接池。例如,可以配置池是否有效(默认是有效的),池的最大、最小容量,用于打开链接的排队请求被阻断的时间。下面的示例字符串配置了池的最大和最小容量。 "Server=(local); Integrated Security=SSPI; Database=Northwind; Max Pool Size=75; Min Pool Size=5"摘要连接池允... 阅读全文
posted @ 2009-07-10 11:40 iDEAAM 阅读(268) 评论(0) 推荐(0) 编辑
摘要: ArrayList 类:使用大小可按需动态增加的数组。using System;using System.Collections.Generic;using System.Text;using System.Collections;namespace ConsoleApplication1{class Program{static void Main(string[] args){ ArrayLi... 阅读全文
posted @ 2009-07-10 11:21 iDEAAM 阅读(656) 评论(0) 推荐(0) 编辑