Week 22

Summarize what you have learned this week. 


     This week I learned about database programming concepts like Java's Connector/J (JDBC) API for interacting with MySQL. Like establishing connections using DriverManager.getConnection(), executing queries with Statement and PreparedStatement objects. Also embedded SQL in older languages like C, which use precompilers and shared variables. I also covered stored procedure calls with CallableStatement. Mostly focused on learning syntax, error handling, and security considerations.

Comments

Popular posts from this blog

Week 1

Week 4

Week 2