首頁  >  文章  >  資料庫  >  SSISErrorCodeDTS_E_OLEDB_EXCEL_NOT_SUPPORTED

SSISErrorCodeDTS_E_OLEDB_EXCEL_NOT_SUPPORTED

WBOY
WBOY原創
2016-06-07 15:22:381272瀏覽

使用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

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn