使用ssis从数据库向excel导入数据时出现以下错误: SSIS Error Code DTS_E_OLEDB_EXCEL_NOT_SUPPORTED: The Excel Connection Manager is not supported in the 64-bit version of SSIS, as no OLE DB provider is available. 这是由于机器是64位的,没有64
使用ssis从数据库向excel导入数据时出现以下错误:
SSIS Error Code DTS_E_OLEDB_EXCEL_NOT_SUPPORTED: The Excel Connection Manager is not supported in the 64-bit version of SSIS, as no OLE DB provider is available.
这是由于机器是64位的,没有64位的OLE DB provider。
解决方法:在Project菜单中选择Properties,在左侧选择Degugging,将Run64BitRuntime属性置为False。然后再Execute Package,成功。
参考链接:http://wenku.it168.com/d_000602554.shtml
全网最新最细最实用WPS零基础入门到精通全套教程!带你真正掌握WPS办公! 内含Excel基础操作、函数设计、数据透视表等
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号