Intro To Database Systems Week 6

 This week I learned a lot about database programming, especially through the completion of Lab 19, where my partner and I created a prescription web application. We used the JDBC (Java Database Connectivity) driver to connect to our MySQL database which we had created last week in Lab 18. We then modified code for Lab 19 to query, insert and update our database entities with information entered on the front end of our application. Most importantly, I learned how JBDC prepared statements can protect against SQL injection attacks as well as other JBDC functions that I could use to interact with my database.

Comments

Popular posts from this blog

Software Engineering Week 4

Capstone Project Week 10

Capstone Project Week 11