当前位置: 首页 > 图文教程 > 网络编程 > ASP > 升级到2003后访问数据库发生8007007f错误的解决

ASP
ASP漏洞及安全建议(3)
ASP漏洞及安全建议(4)
实现聊天室的悄悄话功能(上)
实现聊天室的悄悄话功能(中)
用ASP实现悄悄话的功能
《 优化你的ASP程序 》
让ASP应用系统成为跨平台的应用系统
让ASP应用系统成为跨平台的应用系统(2)
使用ASP加密算法加密你的数据(一)
使用ASP加密算法加密你的数据(二)
用ASP制作个性化的调查板
asp+语法介绍(二)---书写我们的第一个asp+ 文件
asp+语法介绍(一)
asp+语法介绍(三)----asp+的服务器端编程初步
asp+语法介绍(四)----asp+的服务器端编程进介
asp+语法介绍(五)----asp+的服务器端编程控件篇
sp+语法介绍(六)----数据库篇
用ASP和VBScript上载文件(一)
用ASP和VBScript上载文件(二)
解析正则表达式(原创)

ASP 中的 升级到2003后访问数据库发生8007007f错误的解决


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-11-03   浏览: 48 ::
收藏到网摘: n/a

 

datevalue(翻译)

2000升级到2003后使用asp访问数据库时,在conn.open始终发生8007007f错误
重装IIS和SQL Server均得不到解决。
经查,发现部分系统升级到2003后的确会发生此错误,并且找到了解决的办法:
将 oledb32.dll 解压到一下两个目录,然后冲重启服务器1) C:\WINNT\system32\dllCache
2) C:\Program Files\Common Files\System\OLE DB

下载地址 http://www.promiseweb.com/oledb32.zip


 
一下是原文
I had the same problem after upgrading to Windows 2003 Server.  I called Mic
rosoft and here is the fix:

Symptoms:
After upgrading from Windows 2000 to Windows 2003 attempting to access a dat
abase or data component will result in a '8007007f' or "The specified proced
ure could not be found" error.
 
Status:
This is a known issue with some installations of Windows 2003
 
Workaround:
Extract oledb32.dll from the zip file into these two directories.  It's impo
rtant that it be done in this order:
1) C:\WINNT\system32\dllCache
2) C:\Program Files\Common Files\System\OLE DB
3) Reboot the server
 
Cause:
This issue is caused when the Windows 2003 installer did not update the oled
b32.dll file.

You can dowload the oledb32.dll file here: [url]http://www.promiseweb.com/oledb32.zip[/
url]
 
This is per Malcolm Stewart at Microsoft Developer Support