Where to use which driver in JAVA?

Showing Answers 1 - 2 of 2 Answers

justAnother

  • Nov 15th, 2005
 

The following is some information I could find on web regarding JDBC drivers:

- The following website (not sure about the information) maintains a list of drivers and their use

http://www.sqlsummit.com/JDBCVend.htm

- A driver can be looked at Sun's website at the following location:

http://industry.java.sun.com/products/jdbc/drivers

- A JDBC driver is a class that implements the JDBC Driver interface and understands how to convert program (and typically SQL) requests for a particular database.

(http://java.sun.com/developer/onlineTraining/Database/JDBC20Intro/JDBC20.html#IntroJAVAJDBC)

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions