Home > Database > Mysql Tutorial > 64位Winows2008下连接Access数据库 Jet4.0不支持解决代替方案

64位Winows2008下连接Access数据库 Jet4.0不支持解决代替方案

WBOY
Release: 2016-06-07 15:44:02
Original
1358 people have browsed it

如何在windows2008 64位的机子上连接Access数据库 用以前的连接Access数据库的方式Provider=Microsoft.Jet.OLEDB.4.0在32位机子上可以使用,在64位上不能使用,可以使用代替方案-微软Access数据库引擎2010下载安装后 更改使用下面的连接串可以解决。 Microso

如何在windows2008 64位的机子上连接Access数据库 用以前的连接Access数据库的方式Provider=Microsoft.Jet.OLEDB.4.0在32位机子上可以使用,在64位上不能使用,可以使用代替方案-微软Access数据库引擎2010 下载安装后 更改使用下面的连接串可以解决。

 

Microsoft Access データベース エンジン 2010 (微软Access数据库引擎2010)    AccessDatabaseEngine_X64.exe

下载

 http://www.microsoft.com/downloads/ja-jp/details.aspx?familyid=c06b8369-60dd-4b64-a44b-84b371ede16d&displaylang=ja-nec

连接串

http://www.connectionstrings.com/access-2007

 Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\myFolder\myAccess2007file.accdb;Persist Security Info=False;

 

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template