升級到2003后訪問數(shù)據(jù)庫發(fā)生8007007f出錯(cuò)的處理
發(fā)表時(shí)間:2024-06-02 來源:明輝站整理相關(guān)軟件相關(guān)文章人氣:
[摘要]datevalue(翻譯)2000升級到2003后使用asp訪問數(shù)據(jù)庫時(shí),在conn.open始終發(fā)生8007007f錯(cuò)誤重裝IIS和SQL Server均得不到解決。經(jīng)查,發(fā)現(xiàn)部分系統(tǒng)升級到2003后的確會發(fā)生此錯(cuò)誤,并且找到了解決的辦法:將 oledb32.dll 解壓到一下兩個(gè)目錄,然后沖重...
datevalue(翻譯)
2000升級到2003后使用asp訪問數(shù)據(jù)庫時(shí),在conn.open始終發(fā)生8007007f錯(cuò)誤
重裝IIS和SQL Server均得不到解決。
經(jīng)查,發(fā)現(xiàn)部分系統(tǒng)升級到2003后的確會發(fā)生此錯(cuò)誤,并且找到了解決的辦法:
將 oledb32.dll 解壓到一下兩個(gè)目錄,然后沖重啟服務(wù)器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