简要咨询咨询QQ网站导航网站搜索手机站点联系我们设为首页加入收藏 

错误号:3704 错误描述:对象关闭时不允许操作

来源:易贤网   阅读:1685 次  日期:2015-08-13 15:32:14

温馨提示:易贤网小编为您整理了“错误号:3704 错误描述:对象关闭时不允许操作”,方便广大网友查阅!

“错误号:3704 错误描述:对象关闭时,不允许操作。sql=select top 10 contentid,a.sortid,a.groupid,a.exc.......”

inc/aspcms_mainclass.asp文件,大约900行,原来代码为:

代码如下:

if str=content or str=news or str=product or str=down or str=pic then

sperstrs =conn.exec(select speccategory+'_'+specfield from {prefix}specset order by specorder asc,specid, arr)

if isarray(sperstrs) then

for each spec in sperstrs

sperstr = sperstr&,&spec

next

end if

我们修改为:

代码如下:

if str=content or str=news or str=product or str=down or str=pic then

sperstrs =conn.exec(select speccategory+'_'+specfield from {prefix}specset order by specorder asc,specid, arr)

if isarray(sperstrs) then

sperstr=

for each spec in sperstrs

sperstr = sperstr&,&spec

next

end if

因为程序在同一个页面循环{aspcms:content}标签时,原来的代码在后面再调用该标签时会不断累加 sperstr值,造成该标签数量越多,后面的sql查询字段,而access数据库,单表最多255个字段,sql查询里面一次查询也最多不超过255个字段,当累加的字段数超过255个时,运行程序就会出错。此时,会引起inc/aspcms_mainclass.asp文件,大约152行的程序代码,内容是:

代码如下:

if not debugmode then

if err then

errid=err.number:errdes=err.description:err.clear:dbconn.close:set dbconn=nothing:isconnect=false

echoerr err_03,errid,errdes&sql=&sqlstr

end if

end if

如果有错误,程序代码会关闭数据。于是就出现了前文的错误 。

更多信息请查看IT技术专栏

更多信息请查看CMS教程
点此处就本文及相关问题在本站进行非正式的简要咨询(便捷快速)】     【点此处查询各地各类考试咨询QQ号码及交流群
上一篇:dedecms制作谷歌xml格式网站地图的方法
下一篇:phpcms v9 全站文章点击排行榜标签
易贤网手机网站地址:错误号:3704 错误描述:对象关闭时不允许操作
由于各方面情况的不断调整与变化,易贤网提供的所有考试信息和咨询回复仅供参考,敬请考生以权威部门公布的正式信息和咨询为准!
相关阅读      CMS教程