Click here to Skip to main content
15,888,401 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello, please, if anybody here knows how to install the 64 bits version of odbc, or where to found it, I need your help, I'm working in a project in Java, using Netbeans 7.3, and I need to link my project with a Microsoft Access 2013 Database (*.accdb), I just found the solution to this problem, which is using jdbc, but only in 32 bits, and I don't know how to work with odbc in 64 bits, I'm running Windows 8.1 with the Update 1 x64, and with the x64's odbc cannot edit my Access Database, or add any Driver like that, just have SQL Server and SQL Server Compact, I don't know what else can I do, please, help me...

false additional info removed (my bad, sorry)
Posted
Updated 1-Jun-14 11:02am
v4
Comments
Sergey Alexandrovich Kryukov 21-May-14 11:28am    
What is "Windows 518.4"? :-)

Seriously, there is no such thing as Windows 8.1 x64, because there are at least two different incompatible 64-bit instruction-set architectures. If OS supports one of them, it cannot use software targeted to another concrete instruction-set architecture. They are: x86-64 and IE64 (Itanium).

—SA

Not sure what exact problem do you have...

Have a look here: ODBC Data Source Administrator[^]
The Microsoft® ODBC Data Source Administrator manages database drivers and data sources. This application is located in the Windows Control Panel under Administrative Tools. Beginning in Windows 8, the icon is named ODBC Data Sources, and on 64-bit operating systems there is a 32-bit and 64-bit version.

As per my uderstanding, you need to install this driver: MS Access Database Engine[^] - choose 64bit version.
If you are an application developer using ODBC to connect to Microsoft Office Access data, set the Connection String to Driver={Microsoft Access Driver (*.mdb, *.accdb)};DBQ=path to mdb/accdb file.

For further information, please see: http://www.connectionstrings.com/access-2013/[^]
 
Share this answer
 
Comments
[no name] 24-May-14 20:12pm    
your effort is what Counts, but I can give you this time only 5 ;)
thanks, i have already solve the problem, anyway thanks for the time...
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 22-Jun-14 15:07pm    
Not an answer. Such posts are considered as abuse. Instead, please use "Improve question" and/or comments.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900