The following slides continue the discussion of JDBC programming.

Slide 8.1: A sample JDBC program
Slide 8.2: A typical JDBC API usage sequence
Slide 8.3: Importing packages
Slide 8.4: Package java.sql
Slide 8.5: Opening a connection to a database
Slide 8.6: Creating a Statement object
Slide 8.7: Executing a query

Slide 8.8: Prepared SQL
Slide 8.9: Prepared statements
Slide 8.10: Stored procedures
Slide 8.11: A stored procedure example

Slide 8.12: Processing the result set
Slide 8.13: A SELECT example
Slide 8.14: SQL exceptions
Slide 8.15: Meta data
Slide 8.16: A dynamic database access
Slide 8.17: Closing the result set and statement objects
Slide 8.18: Making changes to the database
Slide 8.19: Committing changes
Slide 8.20: Closing the connection

  ☂ References

Slide 8.a: The Oracle JDBC tutorials
Slide 8.b: The TutorialsPoint JDBC tutorial







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