0x80004005 错误 高手请进

lovelxj 2003-05-08 09:53:29
用的是ASP+ORACLE
以前倒是不经常出现这个错误,但是现在几乎
对数据库操作3次就会出现一次这样的错误 高手解答

Active Server Pages, ASP 0241 (0x80004005)
'(null)'的 CreateObject 引起异常 C0000005。
/ShipYardOutputInfoNor.asp
...全文
48 3 打赏 收藏 转发到动态 举报
写回复
用AI写文章
3 条回复
切换为时间正序
请发表友善的回复…
发表回复
flyinweb 2003-05-12
  • 打赏
  • 举报
回复
用以下链接中的数据库连接试试:http://expert.csdn.net/Expert/topic/1633/1633894.xml?temp=.3611566
lovelxj 2003-05-08
  • 打赏
  • 举报
回复
做了一个只有这样的代码的页面都会出现问题

<%
'on error resume next
dim conn
dim strconn
set conn=server.createobject("adodb.connection")
strconn="Provider=OraOLEDB.Oracle.1;Persist Security Info=True;User ID=user1;Password=pass1;Data Source=shipdb.ship"
conn.Open strconn
if err.number>0 then
set conn=nothing
response.write "数据库连接出错!"
response.write err.description
err.clear
Response.End
end if
%>
cqfeng 2003-05-08
  • 打赏
  • 举报
回复
代码 ?

28,391

社区成员

发帖
与我相关
我的任务
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
  • ASP
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧