提示错误 [Microsoft][ODBC Microsoft Access 驱动程序] 参数不足,期待是 1。 \del2.asp, line 9

<%@LANGUAGE="VBScript"codepage="936"%><%Setnewconn=Server.CreateObject("ADODB.Connect... <%@LANGUAGE="VBScript" codepage="936"%>
<%
Set newconn=Server.CreateObject("ADODB.Connection")
DBPath=Server.MapPath("Bookstore.mdb")
newconn.Open"Driver={Microsoft Access Driver (*.mdb)};DBQ="&DBPath
set rs=server.createobject("adodb.recordset")
id=Request.QueryString("书号")
sql="select * from books where [id]="&"书号"
rs.open sql,newconn,2,3//错误行
rs.delete
rs.update
%>
<html>
<head>
<title>删除成功!</title>
<link href="style.css" rel="stylesheet" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
body {margin-top: 50px;}
-->
</style>
<meta http-equiv="refresh" content="2;URL=mymanage.asp">
</head>
<body>
<table width="1661" height="968" border="0" cellspacing="0" cellpadding="0" background="images/04management/management.png" align="center">
<tr>
<td width="1661" align="center"><div align="center"><font color=black size=10 face="方正大标宋简体">删除成功,2秒钟后自动跳转到</font><a href="Management.asp"><font color=black size=10 face="方正大标宋简体">删除页面</font></a></div></td>
</tr>
</table>
</body>
</html>
八百里加急呀!!!
展开
 我来答
田响建站
2016-06-13 · 田响建站,纯手工建网站
田响建站
采纳数:3384 获赞数:2327

向TA提问 私信TA
展开全部
id=Request.QueryString("书号")
sql="select * from books where [id]="&"书号"
---->
sql="select * from books where [id]="&id
本回答被提问者和网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式