The Java Developers Almanac 1.4


Order this book from Amazon.

   
Home > List of Packages > java.sql  [73 examples] > Drivers  [3 examples]

e232. 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
    http://java.sun.com/products/jdbc
For an Oracle database, download and installation instructions are available at:
    http://otn.oracle.com/software/content.html
For a MySQL database, download and installation instructions are available at:
    http://mmMySQL.sourceforge.net
For 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

 Related Examples
e233. Loading a JDBC Driver
e234. Listing All Loaded JDBC Drivers

See also: Batching    Connections    Database Meta Data    Deleting Data    Importing and Exporting    Inserting and Updating Data    Oracle OBJECTs    Oracle VARRAYs    Procedures and Functions    Retrieving Data    Scrollable Result Sets    Tables    Updatable Result Sets   


© 2002 Addison-Wesley.