Java PPT JDBC
Java PPT JDBC
C
The Java Database Connectivity (JDBC) API enables you to
send SQL statements to any type of relational database from a
Java application.
The JDBC API provides classes and interfaces that can be used
to write database applications in 100% Pure Java.
Using the JDBC API, you can write one Java application to send
SQL statements to any type of database at run time.
JDBC is secure and portable across any kind of Java platform.
JDBC allows you to
connect to a database
execute SQL statements
process the results of SQL queries
JDB
C
The JDBC API provides support for both twotier and three-tier database access models.
JDB
C
JDB
C
Introducing
Classes
JDB
C
JDB
C
JDB
C
Inherita
nce