页面打开错误显示 ADODB.Field 错误 '800a0bcd'
BOF或EOF中有一个是“真”,或者当前的记录已被删除,所需的操作要求一个当前的记录。/webnews/article.asp,行10;下面是article.asp的前面...
BOF 或 EOF 中有一个是“真”,或者当前的记录已被删除,所需的操作要求一个当前的记录。
/webnews/article.asp,行 10 ; 下面是article.asp的前面17行代码,请高手看看那里出错了:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<HTML xmlns="http://www.w3.org/1999/xhtml">
<!--#include file="admin/Check_SqlIn.asp"-->
<!--#include file="conn.asp"-->
<!--#include file="admin/config.asp"-->
<!--#include file="admin/const.asp"-->
<%id=request("id")
set arrs=server.createobject("adodb.recordset")
arsql="select * from article where id="&id
arrs.open arsql,conn,1,3
classname=arrs("classname")
if arrs("keywords")<>"" then
Keywords=arrs("keywords")
else
Keywords=arrs("title")&"_"&website
end if
%>
conn.asp的代码
<%
StrSQL="DBQ="+server.mappath("data/!%article%!.asp")+";DRIVER={Microsoft Access Driver (*.mdb)};"
set conn=server.createobject("ADODB.CONNECTION")
conn.open StrSQL
%>
请帮帮忙! 展开
/webnews/article.asp,行 10 ; 下面是article.asp的前面17行代码,请高手看看那里出错了:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<HTML xmlns="http://www.w3.org/1999/xhtml">
<!--#include file="admin/Check_SqlIn.asp"-->
<!--#include file="conn.asp"-->
<!--#include file="admin/config.asp"-->
<!--#include file="admin/const.asp"-->
<%id=request("id")
set arrs=server.createobject("adodb.recordset")
arsql="select * from article where id="&id
arrs.open arsql,conn,1,3
classname=arrs("classname")
if arrs("keywords")<>"" then
Keywords=arrs("keywords")
else
Keywords=arrs("title")&"_"&website
end if
%>
conn.asp的代码
<%
StrSQL="DBQ="+server.mappath("data/!%article%!.asp")+";DRIVER={Microsoft Access Driver (*.mdb)};"
set conn=server.createobject("ADODB.CONNECTION")
conn.open StrSQL
%>
请帮帮忙! 展开
1个回答
展开全部
set arrs=server.createobject("adodb.recordset")
arsql="select * from article where id="&id
arrs.open arsql,conn,1,3
if not arrs.eof then
classname=arrs("classname")
if arrs("keywords")<>"" then
Keywords=arrs("keywords")
else
Keywords=arrs("title")&"_"&website
end if
en dif
arsql="select * from article where id="&id
arrs.open arsql,conn,1,3
if not arrs.eof then
classname=arrs("classname")
if arrs("keywords")<>"" then
Keywords=arrs("keywords")
else
Keywords=arrs("title")&"_"&website
end if
en dif
更多追问追答
追问
好像不行啊!
追答
if not arrs.eof then 改为 if not arrs.eof and not arrs.bof then 在试下
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询