请问电脑80020009的错误代码是什么意思?
发布网友
发布时间:2022-10-30 00:18
我来回答
共2个回答
热心网友
时间:2023-10-10 15:52
"80020009"错误一般来说都是由于eof造成的。
你的程序应该改一下,一般连接数据表后要先来判断<%If not ggrs.eof Then%>,建议将<%if ggrs("picurl")<>"" then%>移动到循环里面,就OK了,具体如下:
<meta http-equiv="Content-Language" content="zh-cn">
<!-- <LINK href="css/Style.css" rel=stylesheet type=text/css> -->
<%
dim ggsql
dim ggrs
ggsql="select * from banner where bz=1 and picurl<>'""' order by LinkID"
Set ggrs= Server.CreateObject("ADODB.Recordset")
ggrs.open ggsql,conn,1,1
%>
<%do while not ggrs.eof%>
<%if ggrs("picurl")<>"" then%>
<SCRIPT language=javascript>
var mvtLight="linkurl/picture/<%=ggrs("picurl")%>"
var mvtLink="<%=ggrs("web")%>"
var mvtAlt="<%=ggrs("deseriptor")%>"
……
……
<%end if%>
<%loop%>
热心网友
时间:2023-10-10 15:52
asp中的80020009错误
请看
参考资料:http://blog.joycode.com/ghj/archive/2003/12/26/9943.aspx