Could you please give a lecture on: OBJECT-ORIENTED PROGRAMMING II course project assignment Create an information system for students. In the system must be a data for: name, faculty number, specialty and average score of marks from different subjects (5 per semester) during one semester for every student. Data about different subjects: name of the subject, annotation, leading teacher etc.. The system must allow inserting, editing and deleting of data from database. The project is based on the following technologies: Java (SWING or JavaFX for GUI), JDBC, MySQL (database). 1. Graphical user interface (GUI) a. Building a GUI with the necessary controls (buttons, fields, combo box etc.) b. The GUI must have possibilities for all CRUD operations – select, insert, update and delete. c. Searching in the data from database by student name and filtering by average marks in descending mode. d. Searching for discipline name. 2. Build a layer for communication with the database with JDBC. Implement the necessary SQL statements. 3. Build the database (MySQL) for storing the data with the necessary tables.
I have created jar file but when I use it In other pc the database is not working. can u help to create of my program when I install it. It automatically install all require thing with it.
21 responses to “JAVA & MySQL – How To Insert Update Delete Data In MySQL Database Using Java [ with source code ]”
—————— Check out my Java Projects! ——————–
▶ Inventory Management System – http://bit.ly/Java_Inventory
▶ Students Information System – http://bit.ly/JavaStudent_System
▶ Contacts Management System – http://bit.ly/Java_Contacts
▶ All My Programming Projects Here – http://bit.ly/2HrU8hK
▶ My Source Code Store Here – http://bit.ly/2OsC0TU
——————————————————————————————
How to set up a connection in java intellij?
But why is it not audible?
i don't like because there is a lot of steps are skip in this video
can you give me the code please because i want to submit my project on wednesday plzz
Could you please give a lecture on: OBJECT-ORIENTED PROGRAMMING II course project assignment
Create an information system for students. In the system must be a data for: name, faculty number, specialty and average score of marks from different subjects (5 per semester) during one semester for every student. Data about different subjects: name of the subject, annotation, leading teacher etc.. The system must allow inserting, editing and deleting of data from database. The project is based on the following technologies: Java (SWING or JavaFX for GUI), JDBC, MySQL (database).
1. Graphical user interface (GUI)
a. Building a GUI with the necessary controls (buttons, fields, combo box etc.)
b. The GUI must have possibilities for all CRUD operations – select, insert, update and delete.
c. Searching in the data from database by student name and filtering by average marks in descending mode.
d. Searching for discipline name.
2. Build a layer for communication with the database with JDBC. Implement the necessary SQL statements.
3. Build the database (MySQL) for storing the data with the necessary tables.
i would like to ask how do i save the value of a table and save it to database?
Perfect Thanks 🙂
thanks
Best tutorial ever. Simple and easy for me
I have created jar file but when I use it In other pc the database is not working. can u help to create of my program when I install it. It automatically install all require thing with it.
Every time i try add or delete or update it keeps giving me an error plz help asap
Hello World
hello my brother , please can you help me for insert more one row from neatbeans into database
thank you , thank you very much for answered.
thank u very much……this helped us alot
our teacher canno teach it weell
her name is wanar sena
why do i get error in public void theQuery( String query ) ?
doesnt work on mac
Check my channel.
i made good use o this video 🙂 tks a lot!
Nice video, man! Thanks! It will help me a lot.
Thanks!
How To Insert Update Delete Data In MySQL Database Using Java