we should use some outdated Microsoft Access 97/2000 databases with Java in our project. The problem is that we have a lot of problems with the default JdbcOdbc driver, which is available in the JDK (memory leak is the most common problem).
So here is my question: is there any other JDBC Driver we could use (open source that would be great) to accomplish this?
source
share