Getting JDBC Drivers for a Database
Many of the new features in java.sql and javax.sql for J2SE
1.4 require JDBC 2.0 drivers. Information about available JDBC
drivers for various databases is available at
For an Oracle database, download and installation instructions
are available at:
For a MySQL database, download and installation instructions
are available at:
For a SQL Server database, there are many JDBC drivers available.
Here are some:
http://java.sun.com/products/jdbc
http://otn.oracle.com/software/content.html
http://mmMySQL.sourceforge.net
NetDirect: http://www.j-netdirect.com
DataDirect: http://www.datadirect-technologies.com
FreeTDS: http://www.freetds.org
Post a comment