I have problems finding a JDBC type 2 or 4 freeware or open source driver for MS-Access. When "googling around" I only found commercial drivers, which license fees are outragiously expensive. I'm using currently the standard ODBC-JDBC bridge in my opensource project to read a 3rd party MS-Access database, but this type driver doesn't fulfill all my needs (f.e. it is not thread safe and I can't get it to read strings with non-latin texts). Does any one know an alternative driver that I can use for free?