JDBCFrom Libzter
JDBC
[edit] OverviewJDBC provides an interface for Java application for communication with databases. The benefit of this API is that it provides an independent connection functionality that enables the user to connect to any JDBC compliant database. JDBC can be said to be the java industry standard for connections to a databases. The framework is provided by SUN and it is included in the Java package. [edit] FeatureThe API provides the following:
[edit] JDBC DriverA JDBC driver is a class, or package of classes that can create a connection to a specific database implementation, such as MySQL, ORACLE, DB2. The driver are used by the JDBC API to establish the connection to a database. [edit] ResourcesJDBC Home [1] User comments on this article (JDBC) |
||