2

I am developing my project in Java. I would like to know how I can connect to MSAccess. Any links, or small examples would be greatly appreciated.

Sampson
  • 251,934
  • 70
  • 517
  • 549

3 Answers3

1

Jackcess is a good tool to read MSAccess databases without ODBC.

Bertil Chapuis
  • 2,397
  • 1
  • 16
  • 12
1

I've had good luck with using UCanAccess (http://ucanaccess.sourceforge.net/site.html) which allows both read and write access to the database

EdH
  • 4,808
  • 3
  • 18
  • 32
  • For more information, see the related question: [Manipulating an Access database from Java without ODBC](http://stackoverflow.com/q/21955256/2144390). – Gord Thompson Feb 17 '15 at 21:07
-2

I used this article, on javaworld when I first started JDBC programming. And may I suggest using pure Java DB's or MySQL's or Oracle's personal editions unless you have a specific need for MS Access.

Chintan
  • 471
  • 2
  • 8