All articles| All Pictures| All Softwares| All Video| Go home page| Write articles| Upload pictures

Reading number is top 10 articles
adapter和facade模式在Ajax中的应用_[AJAX教程]
asp.net计算网站访问量常用代码_[Asp.Net教程]
Visual,Studio,2008英文正式版已经发布在MSDN_[Asp.Net教程]
入门知识:动态网页PHP编程中数组的基础知识_[PHP教程]
一条语句查询数据库中所以表的信息_[SQL,Server教程]
从小处看C#.net垃圾回收_.net资料_编程技术
.Net,2.0,新功能:重构(Refactoring)_.net资料_编程技术
全面接触SQL语法(1)_mssql学习_编程技术
ASP.NET,2.0,中的窗体身份验证_[Asp.Net教程]
Asp.Net,通用数据操作类,(附通用数据基类)_[Asp.Net教程]
Reading number is top 10 pictures
From China fortress sora aoi3
2012 national geographic daily picture1
贩卖儿童者必须判死刑
西游四格漫画(三)
如果没有好报,为什么要做好人?
每天进步一点点
俄罗斯台球天后惊艳魅惑2
On the verge of extinction of the beach1
做运动的校花2
全球清廉国家排行
Download software ranking
Unix video tutorial5
Photoshop 8.0图象编辑软件
I'm come from Beijing1
DreamWeaver8
Boxer's Top ten classic battle8
网页特效实例大全
Tram sex maniac 2 (H) rar bag1
星际争霸1.08硬盘免安装版
Tram sex maniac 2 (H) rar bag11
Tram sex maniac 2 (H) rar bag18
归海一刀 published in(发表于) 2014/1/30 1:57:17 Edit(编辑)
用CommandBehavior自动关闭与之相关联的conn_[Asp.Net教程]

用CommandBehavior自动关闭与之相关联的conn_[Asp.Net教程]

用CommandBehavior自动关闭与之相关联的conn_[Asp.Net教程]

cmd.ExecuteReader的参数CommandBehavior.CloseConnection会自动帮你关闭与之相关联的conn

public static SqlDataReader ExecuteReader(string connectionString, CommandType cmdType, string cmdText, params SqlParameter[] commandParameters)
{

SqlCommand cmd = new SqlCommand();

SqlConnection conn = new SqlConnection(connectionString);

try
{

PrepareCommand(cmd, conn, null, cmdType, cmdText, commandParameters);

// 给cmd.ExecuteReader加上参数CommandBehavior.CloseConnection会在cmd.ExecuteReader执行完后自动关闭与之相关联的conn
SqlDataReader rdr = cmd.ExecuteReader(CommandBehavior.CloseConnection);

cmd.Parameters.Clear();

return rdr;

}

catch
{

conn.Close();

throw;

}

}
http://www.cnblogs.com/abeen/archive/2006/12/19/597039.HTML




添加到del.icio.us 添加到新浪ViVi 添加到百度搜藏 添加到POCO网摘 添加到天天网摘365Key 添加到和讯网摘 添加到天极网摘 添加到黑米书签 添加到QQ书签 添加到雅虎收藏 添加到奇客发现 diigo it 添加到饭否 添加到飞豆订阅 添加到抓虾收藏 添加到鲜果订阅 digg it 貼到funP 添加到有道阅读 Live Favorites 添加到Newsvine 打印本页 用Email发送本页 在Facebook上分享


Disclaimer Privacy Policy About us Site Map

If you have any requirements, please contact webmaster。(如果有什么要求,请联系站长)
Copyright ©2011-
uuhomepage.com, Inc. All rights reserved.