码迷,mamicode.com
首页 > 数据库 > 详细

判断SqlConnection连接是否关闭

时间:2018-01-11 16:14:34      阅读:221      评论:0      收藏:0      [点我收藏+]

标签:sha   div   close   状态   ==   nstat   key   open   const   

SqlConnection conn = new SqlConnection(conStr);

 
// 如果是关闭状态
if (conn.State == System.Data.ConnectionState.Closed) {
    conn.Open();
}

判断SqlConnection连接是否关闭

标签:sha   div   close   状态   ==   nstat   key   open   const   

原文地址:https://www.cnblogs.com/tylerflyn/p/8267331.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!