标签:
SqlDataReader dr = cmd.ExecuteReader(CommandBehavior.CloseConnection);//关闭SqlDataReader 会自动关闭Sqlconnection
SqlDataReader的关闭问题,报错:“阅读器关闭时尝试调用 Read 无效”
原文地址:http://www.cnblogs.com/shenbing/p/5810153.html