cst 363: week 6
Wow, we're almost done with this class! These weeks flew by really quickly, and I feel like I'm learning more and more about SQL than I ever have before.
This weeks focus was on JDBC - Java Data Base Connectivity
The important elements for this is to create and close a connection, create a statement/prepared statement object, execute queries using the statement object (used to send queries/fetch results), and also have an exception mechanism to handle errors.
This week, I really took the time to understand prepared statement objects, since this was new to me. I also learned about Database Generated Keys, and how to create then. This really helped with some understanding with Lab 19.
Comments
Post a Comment