标题:[求助] ASP 错误 8002801d 库未注册
只看楼主
wangwang9458
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2006-11-20
 问题点数:0 回复次数:0 
[求助] ASP 错误 8002801d 库未注册

在本地测试时候没错 上传空间时候发现有丢失 录出的数据总是最后一条看不见
出现
错误 '8002801d'
库没有注册。
/yingzi/blog/ubbcode.asp,行52

请帮忙解决 谢谢!


在这个ubbcode.asp,行52 中函数中为:
fString = Replace(fString,"<br/>",CHR(10))
HTMLDecode = fString
end if
end function

function UBBCode(strContent)
if strAllowHTML <> 1 then
strContent = HTMLEncode(strContent)
else
strContent = HTMLcode(strContent)
end if
dim re
Set re=new RegExp
re.IgnoreCase =true
re.Global=True

[此贴子已经被作者于2006-11-24 9:04:28编辑过]

搜索更多相关主题的帖子: ASP 注册 
2006-11-24 08:53



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




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

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