I have been looking for it. Now it is found. Plus. Worded as follows: AccessString url = "jdbcdbc: driver = {Microsoft Access Driver (* .mdb)}; DBQ = zwrbookcase"; String jdbcDriver = "sun.jdbc.odbc.JdbcOdbcDriver"; try {Class.forName (jdbcDriver);} Catch (java.lang.classnotfoundexception e) {} connection conn = drivermanager.getConnection (URL);