#39;Microsoft.ACE.OLEDB.16.0#39; provider is not registered on the local machine. (System.Data)(“Microsoft.ACE.OLEDB.16.0提供程序未在本地计算机上注册.(系统.数据))
问题描述
当我尝试通过 MSSQL Server 数据导入(即 SSIS 包)连接到任何 excel 时出现此错误 Microsoft.ACE.OLEDB.16.0 提供程序未在本地计算机上注册.(System.Data)
I get this error when I try to connect to any excel through MSSQL Server Data Import i.e. SSIS package The Microsoft.ACE.OLEDB.16.0 provider is not registered on the local machine. (System.Data)
这不是同一个版本,我认为需要一些其他修补
It is not the same version I think some other patching is needed
推荐答案
对于在尝试上述方法后仍然卡在这个问题上的任何人.如果您右键单击数据库并转到任务-> 导入,那么问题就在这里.转到开始菜单并在 sql server 下,找到 x64 位导入导出向导并尝试.对我来说就像一个魅力,但我花了太长时间才找到它微软!
For anyone that is still stuck on this issue after trying the above. If you are right-clicking on the database and going to tasks->import, then here is the issue. Go to your start menu and under sql server, find the x64 bit import export wizard and try that. Worked like a charm for me, but it took me FAR too long to find it Microsoft!
这篇关于“Microsoft.ACE.OLEDB.16.0"提供程序未在本地计算机上注册.(系统.数据)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:“Microsoft.ACE.OLEDB.16.0"提供程序未在本地计算机上注册.(系统.数据)
基础教程推荐
- 从字符串 TSQL 中获取数字 2021-01-01
- 带更新的 sqlite CTE 2022-01-01
- 如何在 CakePHP 3 中实现 INSERT ON DUPLICATE KEY UPDATE aka upsert? 2021-01-01
- ORA-01830:日期格式图片在转换整个输入字符串之前结束/选择日期查询的总和 2021-01-01
- 使用 VBS 和注册表来确定安装了哪个版本和 32 位 2021-01-01
- 带有WHERE子句的LAG()函数 2022-01-01
- MySQL根据从其他列分组的值,对两列之间的值进行求和 2022-01-01
- while 在触发器内循环以遍历 sql 中表的所有列 2022-01-01
- CHECKSUM 和 CHECKSUM_AGG:算法是什么? 2021-01-01
- MySQL 5.7参照时间戳生成日期列 2022-01-01
