+ 1
How to make a system database?
Hello everyone. I am a first year I.T student. And our proffesor asked us to make any kind of system database. Please help me to make through this. I just need a simple system that I can present for my pre-final and final exam. He just taught us to do the java coding using java netbeans 8.0 and I dont have an idea to make a system. Anyone there who would like to help me. I would really appreciate so much. Thank you.
10 Answers
0
ohh.. its a big help answer for me.. thank you
+ 5
database using java netbeans only ... đš
might i need to know many more things in java ... i m just a small kid in java
+ 5
i mean ... where will u store records in java netbeans ... , & a database will having many tables
& how will u modify,delete and update records ...
might there will be a table component (i don't hv used it yet )
+ 4
u can take input from the user by the help of form ... where u will place textfields , checkbox,radio buttons, textarea etc ...
but...
where will u store this input taken ... think about it âș
+ 3
might u will need MySQL too ,
java will work as front end & MySQL as back end ,
u can use database connectivity for it âș ... search on youtube for "database connectivity through java netbeans and MySQL
+ 3
welcome
/* is this what u wanted ... i mean u also hv to use MySQL to store records ... & to
modify ,add,delete them using java netbeans
*/
+ 2
To Gaurav: our instructor didnt taught us the uses of MySQL... I think I must learn how to do it by myself.
To Luka: Thank you for the information. I will try that if it works for me.
+ 2
yes ... u can create through java netbeans only ,
best of luck đ
+ 1
to Gaurav: So you're saying I cant make a system using java netbeans? I have to use another application rather than netbeans? I feel upset because I.T course is very hard for me since I am just a beginner.đ”
But Im not going to give up this time. âș
0
Thank you so much Gaurav.