#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"提供程序未在本地计算机上注册.(系统.数据)
基础教程推荐
- 什么是 orradiag_<user>文件夹? 2022-01-01
- mysql选择动态行值作为列名,另一列作为值 2021-01-01
- MySQL 中的类型:BigInt(20) 与 Int(20) 2021-01-01
- 在 MySQL 中:如何将表名作为存储过程和/或函数参数传递? 2021-01-01
- 在多列上分布任意行 2021-01-01
- 二进制文件到 SQL 数据库 Apache Camel 2021-01-01
- 如何根据该 XML 中的值更新 SQL 中的 XML 2021-01-01
- 表 './mysql/proc' 被标记为崩溃,应该修复 2022-01-01
- oracle区分大小写的原因? 2021-01-01
- 如何在 SQL 中将 Float 转换为 Varchar 2021-01-01
