let it be
行到水穷处 坐看云起时
摘要: 使用存储过程返回一个数据集,SqlCommand -〉SqlDataAdapter -〉DataSet SqlConnection userConnection = Connection.getConnection(); SqlCommand userCommand = new SqlCommand("storepname", userC... 阅读全文
posted @ 2007-06-11 16:32 流浪浪 阅读(14296) 评论(5) 推荐(1)
摘要: 1.存储过程返回SqlDataReader public SqlDataReader getaqiyyuy(string qiy) { SqlConnection userConnection = Connection.getConnection(); SqlCommand userCommand = new SqlCommand("MVC_getaqiyl... 阅读全文
posted @ 2007-06-11 11:26 流浪浪 阅读(2102) 评论(1) 推荐(0)