Land Record Management System is a Java-based desktop application that helps manage land ownership records and land parcel information using MySQL database integration through JDBC.
- Add Land Records
- View Land Records
- Update Land Information
- Delete Land Records
- Manage Land Parcels
- Database Connectivity using JDBC
- MySQL Database Integration
- Java
- JDBC
- MySQL
- VS Code
src/
├── App.java
├── Main.java
├── DBConnection.java
├── LandDAO.java
├── LandParcelDAO.java
└── LandRecordUI.java
- Install MySQL
- Create the required database
- Update database credentials in
DBConnection.java - Add MySQL Connector JAR
- Run
Main.java
Sanika Rai