一些文件未注册导致mssql表文件无法找开的解决方法

通过 regsvr 32 .exe, 然后注册下列 dll :

c:\program files\common files\system\ado\msado15.dll c:\program files\common files\system\ole db\oledb32.dll c:\program files\common files\system\ole db\sqloledb.dllc:\winnt\system32\atl.dll在注册的过程中不能在”运行”里面直接注册,必须通过运行 cmd 在dos 状态下定位到dll的

存在目录然后注册 cmd → cd c:\program files\common files\system\→ regsvr32 msado15.dll此时回弹出一个说明注册成功的对话框 然注册一般用:

regsvr32/u msado15.dll

(0)
上一篇 2022年3月21日
下一篇 2022年3月21日

相关推荐