列名“name”无效
SqlCommand com = new SqlCommand("select count(*) from tb_user where name='" + Session["LoginName"] + "'", con);count = Convert.ToInt32(com.ExecuteScalar());
为什么总是不能通过
2012-07-08 11:08
2012-07-08 15:26
2012-07-09 08:16
2012-07-11 09:37
2012-07-13 15:37
2012-07-23 11:14