Java PPT (JDBC)
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.