ASP的报错,高手帮下忙呀···急···

<!--#includefile="conn.asp"--><%dimxianhexianhe=session("xinwen")ifxianhe=""thenrespo... <!--#include file="conn.asp"-->
<%
dim xianhe
xianhe=session("xinwen")
if xianhe="" then
response.redirect "login.asp"
end if
%>
<%name=request.querystring("name")
set rs=server.createobject("adodb.recordset")
sql="select * from advice where name='"&name&"'"
rs.open sql,db,1,3
%>
<%
if request.form("active")="" then
else
rs("say")=trim(request.form("say"))
rs("reply")=trim(request.form("reply"))
rs.update
response.redirect "liuyanban1.asp"
end if

%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>新闻编辑页面</title>
<style type="text/css">
<!--
a { font-size: 9pt; color: #000000; text-decoration: none;}
body { background-color: #326598;}
.STYLE11 {font-size: 12px}
.STYLE13 {font-size: 12px; color: #0000FF; }
.STYLE14 {color: #FFFFFF}
.STYLE15 {font-size: 12px; color: #000000; }
-->
</style>
</head>

<body>
<form name="form1" method="post" action="">
<p> </p>
<!--#include file="head.asp"-->
<table width="900" border="0" align="center" cellpadding="5" cellspacing="0" bgcolor="#FFFFFF">
<tr align="center" bgcolor="#006699">
<td colspan="2" bgcolor="#DAE1E9"><font class="STYLE15">新 闻 修 改 编 辑</font></td>
</tr>
<tr align="center" bgcolor="#FFFFFF">
<td align="right" class="STYLE11">作者:</td>
<td align="left" class="STYLE11"><label>
<input name="kind" type="text" id="kind" value=<%=rs("name")%> size="20">
</label></td>
</tr>
<tr align="center" bgcolor="#FFFFFF">
<td width="248" align="right" class="STYLE11">新闻标题:</td>
<td align="left" class="STYLE11"><label>
<textarea name="say" cols="70" rows="8"><%=rs("say")%></textarea>
</label></td>
</tr>
<tr>
<td align="right" bgcolor="#FFFFFF" class="STYLE11"><div align="right">新闻内容:</div></td>
<td width="630" bgcolor="#FFFFFF" class="STYLE11"><textarea name="reply" cols="70" rows="8" id="content"><%=rs("reply")%></textarea></td>
</tr>
<tr align="center" valign="top">
<td colspan="2" bgcolor="#FFFFFF" class="STYLE11"><input name="active" type="hidden" id="active" value="yes">
<input name="Submit" type="submit" class="STYLE11" value="确定提交">

<input name="Submit2" type="submit" class="STYLE11" value="重新输入"></td>
</tr>
</table>
<!--#include file="end.asp"-->
</form>
</body>
</html>
错误类型:
ADODB.Field (0x80020009)
BOF 或 EOF 中有一个是“真”,或者当前的记录已被删除,所需的操作要求一个当前的记录。
/news/reply.asp

高手们帮我解决下,十分感谢····
展开
 我来答
小鱼的眼皮
2009-06-08 · TA获得超过2607个赞
知道小有建树答主
回答量:1608
采纳率:0%
帮助的人:698万
展开全部
rs.open sql,db,1,3
if rs.eof and rs.bof then
response.write "未找到该信息"
else
if request.form("active")="" then
else
rs("say")=trim(request.form("say"))
rs("reply")=trim(request.form("reply"))
rs.update
response.redirect "liuyanban1.asp"
end if
end if
rs.close
set rs=nothing
水里的和尚
2009-06-07 · 超过66用户采纳过TA的回答
知道答主
回答量:159
采纳率:0%
帮助的人:0
展开全部
说明 sql="select * from advice where name='"&name&"'"
这条搜索语句找不到任何可匹配结果。检查这句SQL的正确性以及数据库是否有name字段值为变量name的值。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
Edward344
2009-06-08 · TA获得超过122个赞
知道小有建树答主
回答量:269
采纳率:0%
帮助的人:117万
展开全部
变量命名有问题。
ASP 中变量名不能是ASP 语句关键字。
name=request.querystring("name")'等号左边的变量名不能为语句关键字。
必须更改“name”变量名。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
百度网友cc893f208
2009-06-08
知道答主
回答量:28
采纳率:0%
帮助的人:23万
展开全部
数据库里没找到记录,先看看报错的行数是在哪一行,然后一条一条response.write 出来看看,就知道错误了
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(2)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式