摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 //写法一 2 3 string SelectSQL = "select * from customers where customerid=... 阅读全文
posted @ 2008-08-06 17:03 自由无价 阅读(1108) 评论(0) 推荐(0)
摘要: SqlConnection conn = new SqlConnection(ConfigurationManager.AppSettings["DBConnectionString"]); SqlCommand insertCmd = new SqlCommand("insert into AddressLists(userId,frdName,frdPhone,frdM... 阅读全文
posted @ 2008-08-06 09:21 自由无价 阅读(163) 评论(0) 推荐(0)