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>
问题解决追加最高分 展开
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>
问题解决追加最高分 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询