ASP复选框写入ACCESS数据库的问题

错误提示:ADODB.Recordset错误'800a0cc1'在对应所需名称或序数的集合中,未找到项目。/lngl/dt_linkxg.asp,行10代码如下:<!--... 错误提示:
ADODB.Recordset 错误 '800a0cc1'

在对应所需名称或序数的集合中,未找到项目。

/lngl/dt_linkxg.asp,行 10

代码如下:

<!--#include file="Conn.asp"-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>修改友情链接</title>
<%
if request.Form("title")<>"" then
if request("tg")="" then
rs("tg")=false
else
rs("tg")=true
end if

sql="update link set title='"&request.Form("title")&"',[link]='"&request.Form("link")&"',tg='"&request("tg")&",pic='"&request.Form("pic")&"' where id="&request.QueryString("id")
Conn.execute(sql)
response.Write("<script>alert('修改成功');location='dt_linklist.asp'</script>")
end if
%>
<link href="css.css" rel="stylesheet" type="text/css" />
</head>

<body>
<%
sql="select * from link where id="&request.QueryString("id")
set rs=Conn.execute(sql)
%>
<strong>修改友情链接</strong>
<form id="form1" name="form1" method="post" action="">
网站名称:
<label>
<input name="title" type="text" id="title" value="<%= rs("title") %>" size="70"/>
</label>
<br />
<br />
链接地址:
<input name="link" type="text" id="link" value="<%= rs("link") %>" size="70"/>
<br />
<br />
链接图片:
<input name="pic" type="text" id="pic" value="<%= rs("pic") %>" size="70"/>
<br />
<br />
通过审核:
<input name="tg" type="checkbox" id="tg" value="true" <%if rs("tg")=true then response.write("checked")%> />
选中通过审核
<br />
<br />
缩图预览: <a href="<%= rs("link") %>" target="_blank"><img src="<%= rs("pic") %>" width="88" height="33" border="0" /></a><br />
<br />
<label>
<input type="submit" name="button" id="button" value="提交" />
</label>
</form>
</body>
</html>

问题解决追加最高分
展开
 我来答
一人生百态一
2010-06-11 · TA获得超过492个赞
知道小有建树答主
回答量:819
采纳率:0%
帮助的人:534万
展开全部
rs("tg")=false

你在这就写了rs("tg")了当然找不到咯··
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式