Connecting to MSAccess Using Java

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

+2


source to share


3 answers


Jackcess is a good tool for reading MSAccess databases without ODBC.



+1


source


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



+1


source


I used this article at javaworld when I first started JDBC programming. And I can suggest using pure Java DB or MySQL or Oracle personal editions if you don't have a specific need for MS Access.

-2


source







All Articles