ASP方面的问题:字符串的语法错误 在查询表达式 'course_name='高等数学' 中。
<!--#includefile="conn.asp"--><%ifrequest.form("hidd")<>""thencourse_name=request.for...
<!--#include file="conn.asp"-->
<%
if request.form("hidd")<>"" then
course_name=request.form("course_name")
exec="select * from score where course_name='"&course_name
set rs=server.createobject("ADODB.recordset")
rs.open exec,conn,1,1
%>
<table width="760" height="45" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="53"><div align="center"><strong>student_num</strong></div></td>
<td width="115"><div align="center"><strong>student_name</strong></div></td>
<td width="112"><div align="center"><strong>class</strong></div></td>
<td width="47"><div align="center"><strong>course_name</strong></div></td>
<td width="121"><div align="center"><strong>score</strong></div></td>
</tr>
<%do while not rs.eof%>
<tr>
<td><div align="center"><%=rs("student_num")%></div></td>
<td><div align="center"><%=rs("student_name")%></div></td>
<td><div align="center"><%=rs("class")%></div></td>
<td><div align="center"><%=rs("course_name")%></div></td>
<td><div align="center"><%=rs("score")%></div></td>
</tr>
<%
rs.movenext
loop
%>
</table>
<%
end if
%>
<form action="" method="post">
<input name="hidd" type="hidden" value="yes">
course_name:<select name="course_name">
<option value="大学英语">大学英语</option>
<option value="数据结构">数据结构</option>
<option value="Web技术">Web技术</option>
<option value="高等数学">高等数学</option>
<option value="统计学">统计学</option>
<option value="会计学">会计学</option>
<option value="管理学">管理学</option>
</select>
<input type="submit" value="查询">
</form> 展开
<%
if request.form("hidd")<>"" then
course_name=request.form("course_name")
exec="select * from score where course_name='"&course_name
set rs=server.createobject("ADODB.recordset")
rs.open exec,conn,1,1
%>
<table width="760" height="45" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="53"><div align="center"><strong>student_num</strong></div></td>
<td width="115"><div align="center"><strong>student_name</strong></div></td>
<td width="112"><div align="center"><strong>class</strong></div></td>
<td width="47"><div align="center"><strong>course_name</strong></div></td>
<td width="121"><div align="center"><strong>score</strong></div></td>
</tr>
<%do while not rs.eof%>
<tr>
<td><div align="center"><%=rs("student_num")%></div></td>
<td><div align="center"><%=rs("student_name")%></div></td>
<td><div align="center"><%=rs("class")%></div></td>
<td><div align="center"><%=rs("course_name")%></div></td>
<td><div align="center"><%=rs("score")%></div></td>
</tr>
<%
rs.movenext
loop
%>
</table>
<%
end if
%>
<form action="" method="post">
<input name="hidd" type="hidden" value="yes">
course_name:<select name="course_name">
<option value="大学英语">大学英语</option>
<option value="数据结构">数据结构</option>
<option value="Web技术">Web技术</option>
<option value="高等数学">高等数学</option>
<option value="统计学">统计学</option>
<option value="会计学">会计学</option>
<option value="管理学">管理学</option>
</select>
<input type="submit" value="查询">
</form> 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询