| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 373 人关注过本帖
标题:【求助】错误类型:(0x80020009) 第 39 行
取消只看楼主 加入收藏
londys
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2009-8-23
收藏
 问题点数:0 回复次数:0 
【求助】错误类型:(0x80020009) 第 39 行
代码
<%
'==读取新闻内容
id=Request.QueryString("id")
if id="" or not isnumeric(id) then
Response.Write("<script>alert('访问参数错误!');document.location.href('default.asp');</script>")
Response.End()
end if

sql="select * from zm_news where id="&id
set rs=server.CreateObject("ADODB.Recordset")
rs.open sql,conn,1,3

if rs.eof then
Response.Write("<script>alert('参数错误!');document.location.href('default.asp');</script>")
Response.End()
end if
rs("hit")=rs("hit")+1
rs.update
newstitle=rs("title")
newstime=rs("addtime")
newshit=rs("hit")
newsfrom=rs("from")
newsinfo=rs("info")
seo_t=rs("seo_t")
seo_k=rs("seo_k")
seo_d=rs("seo_d")
tid=rs("tid")
ord=rs("ord")
rs.close
set rs=nothing

sql11="select top 1 id,title from zm_news where tid="&tid&" and ord<="&ord&" and id<>"&id&" order by ord asc"
Set ts=conn.execute(sql11)
if not ts.eof then
    snews="上一篇:<a href='?id="&ts(0)&"'>"&ts(1)&"</a>"
else
    snews="上一篇:无"
end if
sql11="Select top 1 id,title from zm_news where tid="&tid&" and ord>="&ord&" and id<>"&id&" and id<>"&ts(0)&" order by ord desc"
Set ts=conn.execute(sql11)
if not ts.eof then

    snews=snews&"<br />下一篇:<a href='?id="&ts(0)&"'>"&ts(1)&"</a>"
else
    snews=snews&"<br />下一篇:无"
end if
%>
红色那一行为出错的39行代码我是在后台添加文章后,回到前台点击文章出错的,奇怪的是,发布的文章有的点击后正常显示。还有一种情况是,现在点击错误,过些时候点击它又正常显示了。研究了好久还是查不出是哪里出错,麻烦各位了,不胜感激!
显示错误页面如下
无法显示网页
试图访问的网页出现问题,无法显示。

--------------------------------------------------------------------------------

请尝试执行下列操作:

单击刷新按钮,或稍后重试。

打开 127.0.0.1 主页,然后查找与所需信息相关的链接。
HTTP 错误 500.100 - 内部服务器错误 - ASP 错误
Internet 信息服务

--------------------------------------------------------------------------------

技术信息(用于支持人员)

错误类型:
(0x80020009)
发生意外。
/ymbbs/dqiye1/zm_newsview.asp, 第 39 行


浏览器类型:
Mozilla/4.0 (Compatible win32 71.70.210.165; MSIE 7.0; Windows NT 5.1; MAXTHON 2.0)

网页:
GET /ymbbs/dqiye1/news_view.asp

时间:
2009年8月23日 星期日, 22:00:39


详细信息:
Microsoft 支持
搜索更多相关主题的帖子: asp错误 
2009-08-23 22:05
快速回复:【求助】错误类型:(0x80020009) 第 39 行
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.055241 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved