Thanks a lot, am junior high leaver and has been watching your tutorials, due to you i can now build my own desktop apps using C++. looking forward to do the same thing in java.Am more than happy to have you as lecture.
Each and everything was nice and clear worked perfectly. But if you could have explained little bit about db browser and jdbc how to use mean download and all that could have pour cherry on cake mean there would be no one who could have error but i easily maintain everything and go through your code it worked perfectly thank you so much 😊
iam having error like At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Check out this tutorial in Python, they are more advanced, see links below: How to Create an Employee Database Management System in Python - Full Tutorial th-cam.com/video/1rzaEXL016g/w-d-xo.html th-cam.com/users/video1rzaEXL016g OR How to Create a Hotel Database Management System in Python - Full Tutorial th-cam.com/video/RaESMr2DnGM/w-d-xo.html
Thanks a lot, am junior high leaver and has been watching your tutorials, due to you i can now build my own desktop apps using C++. looking forward to do the same thing in java.Am more than happy to have you as lecture.
Great to hear! And I’m very proud of you, make sure you subscribe for more interesting videos
Thank you so much...you explained so nicely!!! Every single step.... thanks a lot...have a great day💐
Most welcome 😊
this work is really cool the explanation is very good and it very usefull for me thank you
Glad to hear that!
@@DJOamen it is possible using this software some and website
thank you so much sir
Most welcome
Good content man! I just started making coding tutorials myself :) Keep up the good work!
I watch the REST API Authentication in Java, I like and👍Up, but Increase the font size of your next video.
one thing I want to know can we use this project in the dynamic web project, iam creating the student table for uploading in the excel
Yes, you can, and their are some tutorials on TH-cam to help you
Tkank you soooooooooooooooooooooooooo much
👍
Each and everything was nice and clear worked perfectly. But if you could have explained little bit about db browser and jdbc how to use mean download and all that could have pour cherry on cake mean there would be no one who could have error but i easily maintain everything and go through your code it worked perfectly thank you so much 😊
Yet you are not a subscriber
@@DJOamen oh i forgot 😅 now i subscribed
👍
Sir Thank a lot 🖕👍
Thank you
thanks very much you saved meeeee moahahah
You are welcome!
My Database is not connecting. Any help?
Check your codes, Duval.
===========Note=Include updateTable();=as shown below========
public Employee() {
initialize();
conn = SqliteConnection.ConnectDB();
Object col[] = {"EmpID","NINumber","Firstname","Surname","Gender","DOB","Age","Salary"};
model.setColumnIdentifiers(col);
updateTable();
}
====For the Add New Button: Include updateTable();=as shown below=====
DefaultTableModel model = (DefaultTableModel) table.getModel();
model.addRow(new Object[]{
jtxtEmployeeID.getText(),
jtxtNINumber.getText(),
jtxtFirstname.getText(),
jtxtSurname.getText(),
jtxtGender.getText(),
jtxtDOB.getText(),
jtxtAge.getText(),
jtxtSalary.getText(),
});
if (table.getSelectedRow() == -1){
if (table.getRowCount() == 0){
JOptionPane.showMessageDialog(null, "Membership Update confirmed","Employee Database System",
JOptionPane.OK_OPTION);
}
}
updateTable();
==========================================================
@@DJOamen I will try that. Thank you!
iam having error like At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
See the description
I want to inform you that the link to access the sqlite-jdbc drive is error, cannot be accessed
Thanks:
github.com/xerial/sqlite-jdbc
Thank you very much sir. I am a ubuntu user how to do this in ubuntu system?
I don't use ubuntu
@@DJOamen Ok, thank you
Could you make a password Database with a Java GUI next video, please?
Done in Java NetBeans, see link below
th-cam.com/users/videoFa4dc3_a4Ms
th-cam.com/users/videovbvrO2YxYLQ
@@DJOamen Thank you! Great Content as usual :)
Could you do this tutorial in python please?
Check out this tutorial in Python, they are more advanced, see links below:
How to Create an Employee Database Management System in Python - Full Tutorial
th-cam.com/video/1rzaEXL016g/w-d-xo.html
th-cam.com/users/video1rzaEXL016g
OR
How to Create a Hotel Database Management System in Python - Full Tutorial
th-cam.com/video/RaESMr2DnGM/w-d-xo.html
I got error in the ConnectDB
Carefully watch the video
please help me with this
See the description
@@DJOamen which description i don't understand.
Pls bro sent me pls.
Otherwise I will fail in my last sem.
Last date is 30 july
Check description