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>
展开
 我来答
壬文瑞0gY
2008-06-10 · TA获得超过668个赞
知道小有建树答主
回答量:296
采纳率:100%
帮助的人:228万
展开全部
你仔细看你的代码:
exec="select * from score where course_name='"&course_name
你的代码中的单引号,没有和他相对应的单引号,应该是这样:
exec="select * from score where course_name='"&course_name&"'"
你试试看,应该可以的。
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式