博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
To install 64-bit ODBC drivers
阅读量:6718 次
发布时间:2019-06-25

本文共 1513 字,大约阅读时间需要 5 分钟。

为了更充分的利用硬件资源,我想很多人都开使用64位操作系统了,同时你可以也发现了在64位操作系统上ODBC的驱动找不到了,所以ODBC的东西都没法用了。 因为2007以前版本的Office只有32位版本,所以我们不能在64位系统上使用ODBC。使用Autodesk 64位产品的用户,包括64位的MapGuide Enterpr和 Map3D,肯定也正为这个问题深感苦恼。一个好消息是Office 2010 有了64位版本,同时微软也发布了64为的ODBC驱动程序,这个驱动可以从下面的地址下载:

 

多少情况下我们的机器上可能都已经安装了Office 2007等32位的Office,下载AccessDatabaseEngine_X64.exe安装时多半会碰到下面的错误信息,从而无法继续。

 

莫非我真的只有升级到Office 2010 64位版一条路可以走了么?可是貌似微软都建议我们用32位的而不是64位的,我可不想就为这一个ODBC去升级惹麻烦。下面是Microsoft关于是用Office 32还是64的回答。

Yes, 64-bit Office 2010 product upgrades will be available. However we strongly recommend most users install 32-bit version of Office 2010 on both 32 and 64-bit Operating Systems because currently many common add-ins for Office will not function in the 64-bit edition. The 64-bit installation of Microsoft Office 2010 products will be available for users who commonly use verylarge documents or data set and need Excel 2010 programs to access greater than 2GB of memory. There may be technical issues with the 64-bit version and in order to install a 64-bit version of Office 2010 product users must have a 64-bit supported operating system on their PC.

 

 

所以应该找个办法能在安装了32位Office的机器上安装这个64位的ODBC驱动。下面是更改方法:

先用7zip把AccessDatabaseEngine_X64.exe接压缩,里面会有一个AceRedist.msi安装文件,然后用Orca(下载地址)打开这个MSI,找到LaunchCondition里面的BLOCKINSTALLATION,删掉,保存。现在在运行AceRedist.msi,哈哈,非常顺利。经过我的测试,使用上也完全没问题。

 

修改版64位 ODBC驱动程序下载:

作者:
邮箱:junqilian@163.com 
出处:  
转载请保留此信息。
本文转自峻祁连. Moving to Cloud/Mobile博客园博客,原文链接:http://www.cnblogs.com/junqilian/archive/2010/10/15/1852241.html
,如需转载请自行联系原作者
你可能感兴趣的文章
LeetCode 189: Rotate Array (Java)
查看>>
node scribe中文编码问题
查看>>
Django权限使用总结
查看>>
互联网广告作弊的危害,以及如何反作弊
查看>>
温故js系列(3)-cookie优缺点&设置获取删除cookie
查看>>
jvm垃圾回收算法
查看>>
从零开始编写React-Express单页博客应用(学习总结)
查看>>
Socket的简单通信
查看>>
SegmentFault 2016 第一季度 Top Writer
查看>>
直接使用sublime编译stylus
查看>>
windows下使用nvmw来安装管理node.js
查看>>
ionic项目总结
查看>>
Gradle for Android 第一篇( 从 Gradle 和 AS 开始 )
查看>>
Search for a Range
查看>>
jQuery实现Ajax
查看>>
[LintCode] Print Numbers by Recursion
查看>>
[LeetCode/LintCode] Binary Tree Paths
查看>>
iOS开发之 保存图片到相册(相机胶卷)
查看>>
Python数据结构——内建数据结构
查看>>
利用HTML和CSS实现常见的布局
查看>>