2011-2-13 11:23:13 阅读7 评论0 132011/02 Feb13
2011-2-13 8:25:42 阅读4 评论0 132011/02 Feb13
2008-8-9 16:38:53 阅读19 评论0 92008/08 Aug9
2008-8-7 11:07:39 阅读14 评论0 72008/08 Aug7
string strConn = ConfigurationManager.ConnectionStrings["client"].ConnectionString;
SqlConnection conn = new SqlConnection(strConn);
conn.Open();
SqlCommand cm = new SqlCommand("select count(*) as bs from business where userID='" + number.Text + "'", conn);