标题:Microsoft VBScript 运行时错误 错误 '800a0006' 请大大们帮我解答一下
取消只看楼主
zjglc
Rank: 1
等 级:新手上路
帖 子:3
专家分:0
注 册:2008-7-26
 问题点数:0 回复次数:2 
Microsoft VBScript 运行时错误 错误 '800a0006' 请大大们帮我解答一下
问题:

一个ASP企业站,上传完成之后,后台加图片后,前台首页出现:

Microsoft VBScript 运行时错误 错误 '800a0006'
溢出

/index.asp,行 113
 

相关代码:   <%
            set rs=server.createobject("adodb.recordset")
            sql="select companyname,URL,linktype,picurl from Sbe_Weblink order by linktype asc,ID desc"
            rs.open sql,conn,1,1
            if not rs.eof then
               do while not rs.eof
               imgpath="UploadFile/"&rs("picurl")&""
                set pp=new imgInfo
                w = pp.imgw(server.mappath(imgpath))
                h = pp.imgh(server.mappath(imgpath))
                response.write w&""&h
                response.end
                set pp=nothing
                if w/h>3.98 then
                    w1=171
                    h1=w1*h/w
                else
                    h1=43
                    w1=w*h1/h
                end if
            %>

希望有高手帮我解释一下啊
搜索更多相关主题的帖子: 时错误 Microsoft VBScript 运行 解答 
2008-07-26 15:19
zjglc
Rank: 1
等 级:新手上路
帖 子:3
专家分:0
注 册:2008-7-26
得分:0 
倒底怎么修改呢
2008-07-26 16:13
zjglc
Rank: 1
等 级:新手上路
帖 子:3
专家分:0
注 册:2008-7-26
得分:0 
有人知道吗
2008-07-26 16:30



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-225349-1-1.html




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

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