一些文件未注册导致mssql表文件无法找开的解决方法
发布时间:2016-12-29 来源:查字典编辑
摘要:通过Regsvr32.exe,然后注册下列DLL:C:ProgramfilesCommonFilesSystemADOMsado15.dll...
通过 Regsvr 32 .exe, 然后注册下列 DLL :
C:Program filesCommon FilesSystemADOMsado15.dll C:Program filesCommon FilesSystemOle DbOledb32.dll C:Program filesCommon FilesSystemOle DbSqloledb.dllC:WINNTSystem32Atl.dll在注册的过程中不能在"运行"里面直接注册,必须通过运行 cmd 在Dos 状态下定位到dll的
存在目录然后注册 cmd → cd C:Program filesCommon FilesSystem→ regsvr32 Msado15.dll此时回弹出一个说明注册成功的对话框 然注册一般用:
regsvr32/u Msado15.dll