日期:2014-05-16  浏览次数:20949 次

ASP网站登陆成功后跳转到修改个人信息页面
sqlc="select * from userinfo where username='"&session("username")&"' and password='"&session("password")&"'"这段代码哪里错了。。。。

------解决方案--------------------
sqlc="select * from userinfo where username='"&session("username")&"' and password='"&session("password")&"'"
------解决方案--------------------
引用:
sqlc="select * from userinfo where username='"&session("username")&"' and password='"&session("password")&"'" 

+1