JDBC  «Prev  Next »

Lesson 11

Servlet Crud Operations Conclusion

In this module, you learned how to work with databases using the JDBC-ODBC bridge, and the SQL language. Specifically, you can now:
  1. Explain the roles of Java, servlets, JDBC, ODBC, and database software in getting information between a database and a servlet
  2. Set up an ODBC data source as a System DSN
  3. Choose whether to connect to your database in init() or getPost()
  4. Write code to connect to a database
  5. Write code to read from a database
  6. Write code to update records in a database

Terms and concepts

This module introduced you to the following key terms and concepts:
  1. DSN
  2. JDBC-ODBC bridge
  3. ODBC
  4. SQL Statement:
  5. SQL

The other very common activity for a server-side program is to send email. You will learn about that in the next module.

Database Access | Servlets - Quiz

The following quiz poses questions with respect to database programming and Java servlets.
Database Access - Servlets - Quiz