Membership

SQLxJDBC Workshop

  • Date: 6th August 2025
  • Time: 11:15am to 1:15pm
  • Venue: IT lab 6, A wing
  • Speakers: Mr. Yashraj Patil

Description

Over the course of the workshop, participants were introduced to the fundamentals of connecting Java applications with MySQL databases using JDBC (Java Database Connectivity). The session was designed to combine clear explanations of concepts with hands-on coding exercises, ensuring that attendees could confidently apply what they learned in real-world scenarios. Participants explored how to establish and configure a connection between a Java program and a MySQL database, including the necessary setup, driver configuration, and connection management. Once the connection process was understood, the workshop guided them through performing essential CRUD (Create, Read, Update, Delete) operations directly from Java. They practiced writing SQL queries, executing them via JDBC, retrieving results, and updating database records through Java code.