user68109
user68109

Reputation: 2476

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?

Upvotes: 9

Views: 10692

Answers (1)

Bill the Lizard
Bill the Lizard

Reputation: 405795

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

Upvotes: 15

Related Questions