Removal of JDBC ODBC bridge in java 8

前端 未结 5 801
Happy的楠姐
Happy的楠姐 2020-11-22 15:42

Starting with Java 8, the JDBC-ODBC Bridge will no longer be included with the JDK.

Class.forName(\"sun.jdbc.odbc.JdbcOdbcDriver\"); // classNotFoundExceptio         


        
5条回答
  •  旧巷少年郎
    2020-11-22 16:08

    Robert Petermeier gave a good point H2 drives supports ODBC through PostgreSQL driver, and you can install the driver accordingly the link from Stackoverflow Setting up PostgreSQL ODBC on Windows

提交回复
热议问题