Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Reading Microsoft Access files in Java

How to read (and write) MS Access files (.mdb) in Java? Is there any open-source jdbc driver for MS Access?

like image 381
user68109 Avatar asked Mar 16 '09 16:03

user68109


1 Answers

You can use the open source Jackcess library to read an Access database through Java (currently supporting Access versions 2000-2007).

like image 62
Bill the Lizard Avatar answered Sep 21 '22 15:09

Bill the Lizard