JDBC with ms-access?

后端 未结 4 885
梦如初夏
梦如初夏 2020-12-20 09:07

How to connect to a Microsoft Access-based database in a Windows using JDBC code?

What syntax is to be written for Type-1 and Type-4 types of the drivers?

         


        
4条回答
  •  我在风中等你
    2020-12-20 09:39

    JDBC/ODBC driver is a platform dependent and can be used only in Windows OS. Also, there are some platform independent JDBC drivers, for example: StelsMDB JDBC driver (http://www.csv-jdbc.com/stels_mdb_jdbc.htm)

提交回复
热议问题