7/22/11

7/10/11

Java : Using JDBC API Tutorial

You need to use database drivers and the JDBC API while developing a Java application to retrive or store data in a database. The JDBC API classes and interfaces are available in the java.sql  and the javax.sql  packages. The commonly used classes and interfaces in the JDBC API are : DriverManager...

7/5/11

7/1/11