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 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: Opening a connection to a database
Slide 7.6: Creating a Statement object
Slide 7.7: Executing a query
Slide 7.8: Prepared SQL
Slide 7.9: Prepared statements
Slide 7.10: Stored procedures
Slide 7.11: A stored procedure example
Slide 7.12: Processing the result set
Slide 7.13: A SELECT example
Slide 7.14: SQL exceptions
Slide 7.15: Meta data
Slide 7.16: A dynamic database access
Slide 7.17: Closing the result set and statement objects
Slide 7.18: Making changes to the database
Slide 7.19: Committing changes
Slide 7.20: Closing the connection



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