Default JDBC Drivers
The following are the default JDBC drivers provided. These
drivers can be used when specifying a connection.
- PostgreSql - org.postgresql.Driver
- MySql - com.mysql.jdbc.Driver
- Microsoft Sql Server - net.sourceforge.jtds.jdbc.Driver
- Microsoft Access - sun.jdbc.odbc.JdbcOdbcDriver
(this is an ODBC driver)
See also:
- Creating a Connection
- ODBC Driver Limitations