同一页面多次调用后,失败(asp0115 或者 createobject("null"))
页面牵涉:
1.Server.CreateObject("自己的组件")
2.数据库操作
奇怪的是:一般都会成功很多次,然后才失败。
问题点数:100、回复次数:2Top
1 楼KimSoft(革命的小酒天天醉-http://blog.csdn.net/kimsoft/)回复于 2006-03-03 08:45:36 得分 100
加上
set 创建的组件 = nothing
数据库链接.close
set 数据库链接 = nothingTop
2 楼Jazzlover(强)回复于 2006-03-06 13:52:20 得分 0
I solved the problem, it's from within my component.
anyway, thank u for ur advice, it could be the reason.Top




