Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

How can I connect to Ms.Access in Linux with Java

  Asked By: Ira    Date: Jan 15    Category: Java    Views: 1403
  

Is there any way to connect Ms.Access in Linux with java and query to it(Like Jdbc:Odbc in Windows)?

Share: 

 

3 Answers Found

 
Answer #1    Answered By: Amelia Schmidt     Answered On: Jan 15

all I know is that you should still be able to use jdbc-odbc bridge to connect  to your database, it is platform independent.

 
Answer #2    Answered By: Kristen Chavez     Answered On: Jan 15

Please have a look at: www.hxtt.com It is an platform independent jdbc  driver and is not expensive (about 100$) (and good customer support) .Moreover, I have used it for a real mission-critical system and works fine.

 
Answer #3    Answered By: Jennie Harris     Answered On: Jan 15

Concentrate on unixODBC. You just need a MS-Access
driver for unixODBC to make the solution works (Almost
all Linux distributions have unixODBC included).

I done the task before for Microsoft SQL Server. It
was 8 years ago and I don't remember anything.

 
Didn't find what you were looking for? Find more on How can I connect to Ms.Access in Linux with Java Or get search suggestion and latest updates.




Tagged: