Share this page 

Get JDBC driver for major database vendorsTag(s): JDBC


Most database vendors provide a JDBC driver for their products, check the vendor Web site.
  • Oracle : web site
  • Microsoft SQLServer : web site
  • MySQL : web site

    Sun has a list : Sun's JDBC vendors list

    There is no JDBC driver for Microsoft Access. While it's possible to use the ODBC-JDBC bridge included with the JDK, the performance and stability of this solution is not great (and it is not included any more since JDK8).

    A commercial product, called SteelMDB, is a JDBC type 4 driver that allows to perform SQL queries and other JDBC operations on Microsoft Access database files (MS Access 2000, 2002, 2003, XP versions). The driver is completely platform-independent and does not require installing additional client or server software to provide access to MDB files.

    http://www.csv-jdbc.com/stels_mdb_jdbc.htm