ASP 80040e14' SELECT 子句中包含一个保留字、拼写错误或丢失的参数,或标点符号不正确。

<formid="form1"name="form1"method="post"action=""><labelfor="key"></label><inputtype=... <form id="form1" name="form1" method="post" action="">
<label for="key"></label>
<input type="text" name="key" id="key" />
<input type="submit" name="dd" id="dd" value="搜" />
</form>
<!--#include file="conn1.asp"-->
<%
key=request.form("key")
%>
<%
set rs=server.createobject("adodb.recordset")
SqlStr="select top 10* from [shu] where shu_hao like '"& key &"' ORDER BY shu_id DESC"
rs.open SqlStr,conn,1,1
do while not rs.eof
i=i+1
%>

<table width="990" border="0.5">

<tr>
<td width="74" bgcolor="#99FFFF"><%=(Rs.Fields.Item("shu_id").Value)%></td>
<td width="127" bgcolor="#99FFCC"><%=(Rs.Fields.Item("shu_hao").Value)%></td>
<td width="141" bgcolor="#CCFFFF"><%=(Rs.Fields.Item("shu_name").Value)%></td>
<td width="178" bgcolor="#CCFFCC"><%=(Rs.Fields.Item("shu_zuozhe").Value)%></td>
<td width="160" bgcolor="#FFFFCC"><%=(Rs.Fields.Item("shu_guige").Value)%></td>
<td width="128" bgcolor="#FFFF66"><%=(Rs.Fields.Item("shu_orice").Value)%></td>
<td width="72"><div align="center">租借</div></td>
<td width="76"><div align="center">购买</div></td>
</tr>
</table>
<%
if i mod 4 = 0 then
Response.Write "</tr><tr>"
end if
rs.movenext
loop
rs.close
%>
展开
 我来答
bmw511
推荐于2016-07-11 · TA获得超过3888个赞
知道大有可为答主
回答量:8161
采纳率:28%
帮助的人:851万
展开全部
<input type="text" name="key" id="key" />
你把name="key"换成别的,比如name="h_key" ,把select语句里的where shu_hao like '"& key &"'
换成where shu_hao like '"& h_key &"'。key是access的保留字,不允许作为变量使用。
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式