The following slides continue the discussion of JDBC programming.

Slide 7.ⓐ: The Oracle JDBC tutorials (reference)
Slide 7.ⓑ: The TutorialsPoint JDBC tutorial (reference)

Slide 7.0: Programming Exercise II: A simple online bookstore
Slide 7.1: A sample database using a JDBC program
Slide 7.2: A typical JDBC API usage sequence
Slide 7.3: Importing packages
Slide 7.4: Package java.sql
Slide 7.5: Three Oracle packages
Slide 7.6: Opening a connection to a database
Slide 7.7: Opening a connection to a database (cont.)
Slide 7.8: Creating a Statement object
Slide 7.9: Executing a query
Slide 7.10: Processing the result set
Slide 7.11: A SELECT example
Slide 7.12: SQL exceptions
Slide 7.13: Meta data
Slide 7.14: A dynamic database access
Slide 7.15: Closing the result set and statement objects
Slide 7.16: Making changes to the database
Slide 7.17: Committing changes
Slide 7.18: Closing the connection




      “The simple things are also the most extraordinary things,    
      and only the wise can see them.”    
      ― Paulo Coelho, The Alchemist