使用using语句动态释放连接资源
提示:
using (SqlConnection conn = new SqlConnection(connString))
{
//..
}
我是新人,请个位大虾告诉我这个是怎么用的!谢谢