asp 大问题 - Web 开发 / vbScript
如果只有用户名和密码就能达到想要的效果,而如果加了权限字段即E_competence,就一直提示错误,进不去主界面,调试代码如下,还没有选择的,大家帮忙看看啊,谢谢大家了~~~解决了加分
呵呵,太着急了,忘了付代码了。代码如下,conn在数据库连接文件中已经定义了的
<%
dim rs
dim Y_name,E_password,E_competence,sql
Y_name=request.form("Y_name")
E_password=request.form("E_password")
E_competence=request.form("E_competence")
if Y_name="" or E_password=""then
response.write("<script language='javascript'>alert('用户名或秘密不能为空!');location.href='index.htm';</script>")
response.end
else
Set rs=Server.CreateObject("ADODB.Recordset")
sql="select * from yonghuxinxi where Y_name ='"&Y_name&"'and E_password="&E_password&"and E_competence='"&E_competence&"'"
rs.open sql,conn,1,3
if rs.eof then
response.write("<script language='javascript'>alert('用户名或秘密错误!');location.href='index.htm';</script>")
else
response.write("<script language='javascript'>alert('E_competence');location.href='index.htm';</script>")
end if
end if
conn.execute sql<
相关问答:
http://www.zgjhjy.com/Test/PrimaryTest/Index.aspx
就是类似以上的在线测试系统,需要有一个后台的,语言是asp的,数据库是access的,还需要能在后台对信息进行添删改查的。谢谢各位了。。。
程序真的很多,不知 ......
在asp里怎么调用java写的webservice方法,有很多方法
- <message name="RtPnrIn">
<part name="bstrPnrNO" type="s:string" />
<part name ......
Microsoft JET Database Engine '80040e07'
标准表达式中数据类型不匹配。
\wwwroot\update.asp, line 20
--------------------------------------------------------------------------------
Ho ......
大家好!我是一个学生,现在是学ASP的不知道怎么回事,我自己是用CMS做过网站 代码也能看懂一点 现在想买本书,想法有很多,就是想买ASP的 又看到大家说ASP以后没有NET前景好,我又想再去买本ASP.NET的 我知道有这样的想法 ......