views:

124

answers:

2

Hi,

we have to use in our project some legacy Microsoft Access 97/2000 databases with Java. The problem is: we face many problems with the default JdbcOdbc driver which is available on the JDK (memory leaks are the most common issue).

So here is my question: is there any other JDBC Driver we could use (open source whould be great) to achieve this task?

A: 

This seems to be the alternative: http://www.csv-jdbc.com/stels_mdb_jdbc.htm

OscarRyz
Thanks for that link! But - isn't that driver limited to MS Excel?
Andreas_D
Do'h! my bad :)
OscarRyz
@Andreas: I have fixed the link, thanks :)
OscarRyz
Actually this is ALMOST what I need. This driver does not work with Access 97 :(
Henrique Lobo Weissmann
Ouch... almost :( You may try contacting them and see if such a thing is feasible.
OscarRyz
+1  A: 

HXTT and StelsMDB seems to be the most "famous" providers of type 4 JDBC driver for MS Access. The first one supports version from 95, 97, 2000, XP, 2002, to 2003 (and thus meets your requirements). The other one supports MS Access 2000, 2002, 2003, XP.

Easysoft is another alternative but is a JDBC type 3 driver (i.e. a bridge type).

All are commercial products.

Pascal Thivent
+1 for reminding of HXTT. I knew there was one, but didn't recall anymore.
BalusC