语法错误 (操作符丢失) 在查询表达式 'id=' 中
代码:
Response.Write(Session["Uid"]);
string sql;
sql = "select username,sex,email,website,firmname,inaddress,inman,postNO,ring,fax from usercenter where ];
DataList1.DataSource = access.GreatDs(sql);
DataList1.DataBind();
相关文章: