Reading Microsoft Access files in Java

user68109 picture user68109 · Mar 16, 2009 · Viewed 9.9k times · Source

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

Answer

Bill the Lizard picture Bill the Lizard · Mar 16, 2009

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