摘要:
SqlConnection myConnection = new SqlConnection("server=(local)\\NetSDK;Trusted_Connection=yes;database=northwind"); SqlCommand myCommand = new SqlCommand(); SqlTransaction myTrans; // Open ... 阅读全文
posted @ 2008-11-19 22:24
来彬
阅读(310)
评论(0)
推荐(0)