上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 28 下一页
摘要: private void GetArticle(string articles_id) { SqlConnection conn = new SqlConnection("server=.;uid=sa;pwd=city;database=test;"); string sql = "select * from articles where articles_id=" + articles_id; SqlCommand cmd = new SqlCommand(sql, conn); conn.Open(); SqlDataReader sdr = cmd.ExecuteReader(); if (sdr.Read()) { nowPosition = this.GetPosition 阅读全文
posted @ 2007-06-03 19:55 E商.NET 阅读(413) 评论(2) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 28 下一页