ClassNotFoundException when trying to connect to .accdb file via JDBC-ODBC in Java 8

前端 未结 4 2021
猫巷女王i
猫巷女王i 2020-12-11 09:16

I\'m working in a project in Java in Eclipse EE IDE where I have to query a .accdb file. The problem is when I try to load the driver and then connect to the d

4条回答
  •  抹茶落季
    2020-12-11 09:47

    According to this post the JDBC-ODBC Bridge was removed in Java8. You can use a JDBC Driver specifically for Access. I see a lot of people mentioning UCanAccess to connect to Access although I have not used it myself.

提交回复
热议问题