August 2013
Intermediate to advanced
1472 pages
38h
English

Java Database Connectivity (?JDBC) builds on the Java and programming basics described earlier in this book. The discussions and examples in this chapter assume you are familiar with the Java syntax and structures described in Chapter 42. This chapter does not cover every aspect of JDBC but focuses on its basic usage.
You can use JDBC to execute dynamic SQL statements in Java programs. Oracle provides sample files with the Oracle software installation. You can use the sample files as examples to follow when creating your own JDBC programs.
NOTE
Even though JDK 1.6 is included with the default installation of Oracle Database ...
Read now
Unlock full access