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. its 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
