gpt4 book ai didi

64-bit - 'Microsoft.ACE.OLEDB.12.0' 64x Sql Server 和 86x Office?

转载 作者:行者123 更新时间:2023-12-03 17:53:48 26 4
gpt4 key购买 nike

错误:

OLE DB provider 'Microsoft.ACE.OLEDB.12.0' cannot be used for distributed queries because the provider is configured to run in single-threaded apartment mode.



我看到的答案是 64 位 Sql Server 和 32 位 Office 之间的冲突。有没有办法在 Excel 上运行 openrowset 到 Sql Server?
insert into dbo.FiscalCalendar 
select * from
openrowset('Microsoft.ACE.OLEDB.12.0',
'Excel 12.0 Xml;Database=C:\Users\uname\Desktop\fy11.xlsx;',
'Select * from [Sheet1]')

最佳答案

...关键是使用/passive 标志安装 64 位访问引擎:

c:>AccessDatabaseEngine_64/passive

关于64-bit - 'Microsoft.ACE.OLEDB.12.0' 64x Sql Server 和 86x Office?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2899201/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com