[求助]删除页面老是出错,
http://lyb123.goofar.com
这是我的留言本,下面是删除程序( de.asp ),老是提示出错,不知道问题在什么地方,请高手指点,谢谢!
<!--#include file=\"conn.asp\"-->
<html>
<head><title>删除页面</title></head>
<body>
<%
idx=int(request(\"id\"))
sql= \"delete from wd1 where id='\"&idx&\"'\"
Set rs=Server.CreateObject(\"Adodb.RecordSet\")
rs.open sql,cn,1,3
rs.close
set rs=nothingresponse.redirect\"fy1.asp\"%>
</body>
</html>
错误类型:
Microsoft JET Database Engine (0x80040E07)
标准表达式中数据类型不匹配。
/note/de.asp, 第 9 行