[提问]
我的空间出现Microsoft JET Database Engine error '80004005'
|
|
我买的GODADDY的ASP空间有二三年了,一直没有出现什么问题,但今天所有的ASP网站都出现了:
Microsoft JET Database Engine error '80004005'
Unspecified error
具体问题可以见;
http://www.htdlp.com/
http://www.ertcn.com/
http://www.cnwis.com
我也重新设置了权限问题,但是还是没有用,请高手指点一下! 
[[i] 本帖最后由 add.c 于 2010-3-23 11:48 AM 编辑 [/i]] |
|
|
|
|
|
|
|
|
|
|
add.c
发表于 2010-3-22 11:30:41
|
显示全部楼层
数据库连接错误根据提示 检查下
/delonggift.com/wj_conn.asp, line 11 |
|
|
|
|
|
|
|
|
|
|
阳光青春
发表于 2010-3-22 22:18:39
|
显示全部楼层
<%
WJdbPath=""
WJDB=WJdbPath&"wj_admin\Data\#wj_date.asp"
wjtp="wj_admin"
Application("wj_date94")="Provider=Microsoft.Jet.OLEDB.4.0;Data Source="&Request.ServerVariables("APPL_PHYSICAL_PATH")&WJDB
'Response.Write(webaccessdb)
'Response.end()
set conn=server.createobject("adodb.Connection")
conn.open Application("wj_date94")
If Err Then
err.Clear
Set conn = Nothing
Response.Write "数据库连接出错,请检查连接字串。"
Response.End
End If
Set ttrs = Server.CreateObject("ADODB.Recordset")
sql="select * from admin_class"
ttrs.open sql, conn,1,1
ENGLISH=ttrs("type")
ttrs.close%>
提示的/delonggift.com/wj_conn.asp, line 11第11行为conn.open Application("wj_date94")
我的网站昨天全部是好的,就是今天来都打不开的,怪怪的。给GODADDY发邮件了,
我的内容如下:my space IP is 97.74.47.89, i can visit all my websites yesterday, but today all asp program appears Microsoft JET Database Engine error '80004005' Unspecified error .u can visit websites http://www.ertcn.com http://www.erttech.com to have a check.pls solve it quickly.thanks very much!
====》godaddy的回复如下:Thank you for contacting online support.
The error you are getting is in the scripting of your site. We have reviewed the server and there are no errors with the server itself. We do not provide technical support with third-party scripting issues. We are very limited in the support we can offer for customer-written code or scripts. If there is evidence that our system is responsible for the error, please forward it to us, and we would be happy to look into the matter further. But at the moment this does not appear to be the case, so we regret we can not assist you further with this issue.
Please let us know if we can help you in any other way.
Robert P.
Online Support Team
===============》到现在还不知道是什么原因,唉,请遇到此问题的人帮忙解决一下。我的程序肯定是没有任何问题的,因为里面放了很多网站,昨天都可以的,就是今天都不行的。都出现数据库的问题。 |
|
|
|
|
|
|
|
|
|
|
阳光青春
发表于 2010-3-22 22:46:44
|
显示全部楼层
找到了这个贴子,与我的问题一样,http://bbs.idcspy.com/thread-66723-1-1.html
但是好像还是没有找到一个可行的办法! |
|
|
|
|
|
|
|
|
|
|
add.c
发表于 2010-3-23 11:48:22
|
显示全部楼层
|
|
|
|
|
|
|
|
|
|
wunx
发表于 2011-3-30 08:26:24
|
显示全部楼层
|
|
|
|
|
|
|
|