![]() |
The Java Developers Almanac 1.4Order this book from Amazon. |
e232. Getting JDBC Drivers for a DatabaseMany of the new features injava.sql and javax.sql for J2SE
1.4 require JDBC 2.0 drivers. Information about available JDBC
drivers for various databases is available at
http://java.sun.com/products/jdbcFor an Oracle database, download and installation instructions are available at: http://otn.oracle.com/software/content.htmlFor a MySQL database, download and installation instructions are available at: http://mmMySQL.sourceforge.netFor a SQL Server database, there are many JDBC drivers available. Here are some: NetDirect: http://www.j-netdirect.com DataDirect: http://www.datadirect-technologies.com FreeTDS: http://www.freetds.org
e234. Listing All Loaded JDBC Drivers © 2002 Addison-Wesley. |