2008年9月29日

c#保存数据 使用事务和参数化 标准

摘要: SqlConnection cn = new SqlConnection(System.Configuration.ConfigurationManager.ConnectionStrings["wishConnectionString"].ConnectionString); SqlTransaction ta = null; try... 阅读全文

posted @ 2008-09-29 14:56 风乔 阅读(350) 评论(0) 推荐(0) 编辑

导航