Bro thanks .. it worked .....I have been looking for this for 3 months..i was stuck with my project...Thanks bro... ...I was working on my mini project, the frame was okay, but was unable to connect to database...i searched many videos,none worked.....thanks dude....
How would I consider having these two options: (1) I also want to set the buffer limit to maximum 50 registrations. (2) I want to see witin the Registration Form itself the remaining number of seats. For example if 20 people register (out of 50), I want to show in the form itself that there are 30 registrations remaining. Thanks and great job there! :)
Create one column in database that count the no of registration i.e. ID column auto incremented and access that column in your query and check if id> 50 show error message. And put one lable that shows this id column values using query!
plzz hel me when i did registration show message (java.SQLExeption : No suitable driver found for ("jdbc:mysql://localhost/userregistration","root","") what is the problem?
It says that there is no suitable driver for my database, but everything else works. I don't understand how this is happening, as I followed all the directions given. I appreciated that you have made this tutorial. Have a great day!
Hello sir, thank you for this tutorial. I just want to ask if you done making a register form and fill up the database, then can you also make that checking your username if it already exist? (Sorry for my english)
this is great, but how do I add two users in single registration form? example, there's a combo box where they can pick to register as staff or customer.
Very helpful but in macbook myphpadmin isn’t working it uses the demo of myphpadmin to create the database but on running the program it doesn’t work. Pls suggest how to tackel this situation.
Hello vaiya. Pls reply. U worked with java.. But i have java with ant and i am having problems on Connection and preparedstatement which arent showing sql connection
Good morning sir i would like to ask how can i add the connector from the library? i already downloaded the mysql-installer-web-community-8.0.19.0.msi and at the last part something asking me for the user name and password
Sir Good Day! after following your step by step process i still have error it say"You have an error in your SQL syntax;check the manual that corresponds to your MYSQL server version for the right syntax to use near ')' at line 1.
all code are right.i use 3 TextField-name,email,password. bt when i submit the data by clicking the register button, it shows "javasql.SQLException: No value Specified for parameter 4", pls say me,where need to set the value of the register button?
Hlo sir, While I am doing this tutorial these give error java.lang classnotfound . I try to fix this but I couldn't solve this error. I worte code as you written as in your tutorial. Also add external jar file .but it give error Plz help me to solve this error..
How can this code run on a website? Do it also have to be written in html or could you make a video where you put this code in a HTML document and it shows on a website? That would be amazing. Sincerely Lisa
I love the tutorial, but I don't like seeing tiger images, i will prefer to see desktop images pertaining to programming for example java icon instead of tiger image on your desktop.
I need some help... when you are writing code without import anything.. your error will remove and our error is not removing.. can you help me with this? or kindly give me your email id need some help. thank you!
Bro thanks .. it worked .....I have been looking for this for 3 months..i was stuck with my project...Thanks bro... ...I was working on my mini project, the frame was okay, but was unable to connect to database...i searched many videos,none worked.....thanks dude....
Thank you so much...After watching this video I got the output for my JFrame which I didnt get the output for over 1.5 months
Shortly discussed, but effective. Thanks.
Thank you so much bro...I was feeling difficulty in storing jcombobox values to database... your video was so helpful
This tutorial is so good, it makes everything perfectly clear.
I am getting a error that java.sql.SQLException: Parameter index out of range (1>number of parameters, which is 0).
Thank u friend , a very easy to understand explanation iam using this in my project ❤️
Very nice
All doubts cleared 🤘🤘🤘🤘🤘
How would I consider having these two options:
(1) I also want to set the buffer limit to maximum 50 registrations.
(2) I want to see witin the Registration Form itself the remaining number of seats. For example if 20 people register (out of 50), I want to show in the form itself that there are 30 registrations remaining.
Thanks and great job there! :)
Create one column in database that count the no of registration i.e. ID column auto incremented and access that column in your query and check if id> 50 show error message. And put one lable that shows this id column values using query!
Nice video many things understood after seeing this video.
Thank you so much this was very helpful and made me understand a lot of things in java Thanks Again.
Thank you so much for helping me in this project
u r db connection video is very useful sir. thnk u so much.
Very very very useful and informative video.. thanks a lot sir…
plzz hel me
when i did registration show message (java.SQLExeption : No suitable driver found for ("jdbc:mysql://localhost/userregistration","root","")
what is the problem?
Add mysql connector for java in your library folder below your project in netbeans!
@@RunCodes I did that
now is working thank you so much
@@hannadsabar5685 How you did that
Thank you for the tutorial man bless you.
😊😊
thank you very much brother. video content is very clear. i wish you a bright future. thanks a lot again.
Thank you so much bro it was really helpful
Thank you. You did a good job
thank you somuch brother. This is a big help to me
It says that there is no suitable driver for my database, but everything else works. I don't understand how this is happening, as I followed all the directions given. I appreciated that you have made this tutorial. Have a great day!
You have to add mysql connector for java in lib directory of your project! Watch video carefully, we showed everything!
@@RunCodes Thank you!
@@RunCodes I got everything to work. Thanks again for posting this.
Hello sir, thank you for this tutorial. I just want to ask if you done making a register form and fill up the database, then can you also make that checking your username if it already exist?
(Sorry for my english)
Write select query, select username from your-table name, execute this query and do this if(result.next()){}
I have Apache netbeans 13, so will it work ???
Excellent ☺️
Thank you soooooooo much ... it helped me a lot :)
this is great, but how do I add two users in single registration form? example, there's a combo box where they can pick to register as staff or customer.
How to Create Multi User Login Form in java using MySQL Database ? [With Source Code]
ua-cam.com/video/4IFvc7JOqtA/v-deo.html
Sir suggest the vedio for wamp server installation for this project
No need to anything just download it and click next next! that's all!
Very helpful but in macbook myphpadmin isn’t working it uses the demo of myphpadmin to create the database but on running the program it doesn’t work. Pls suggest how to tackel this situation.
install xampp!
TechSupportNep thankyou
On opening phpmyadmin on xampp it says the server rejected the connection
Hello vaiya. Pls reply. U worked with java.. But i have java with ant and i am having problems on Connection and preparedstatement which arent showing sql connection
What is the error?
Can you explain same in eclipse ide?
hello, is it object oriented?
Bro project not working.. Show errors in JOptionpane
Pizz suggest me 😖
Sir I am using xampp and when I am entering localhost success message displays but not php.... .. How to get from here?..
??
Thanks you very much my dear!
Thanks bro..how to check if some filed is empty and show msg "Some field is empty"?
Textfield.getText().isEmpty();
Thank you sir .it worked.
Thanks a lot... its working
thanks bro..is giving me this error "java.sql.SQLIntegrityConstraintViolationException: Column 'msg' cannot be null" how do I fix it?
Send some value to msg column!
bro i face "java.lang.unsupportedoperationexception not supported yet " problem please help
you have done such a operation on your program which is not suppose to perform! So check your code and undo such operation!
it prompt error after clicking register button says no driver found. i followed jdbc:mysql://localhost/userregistration, "root", ""
watch complete video before writing comment, i showed you all the things including how to add driver.
Good evening sir I have to download the my SQL file and attach in net beans I could not do that will you help me
Watch how we did and repeat the same process!
@@RunCodes hi sir how to download my my SQL file
Goto the mysql website, we showed everything watch complete video!
its says java.sql.sqlexception the server time zone value, can you help me how to fix it thank you
update your system date and time!
java.lang.UnsupportedOperationException:Not supported yet this error occurs when I click on register please help🙏
You have done such a operation that java language is not supported! Check your code again and see the operation!
Good morning sir i would like to ask how can i add the connector from the library? i already downloaded the mysql-installer-web-community-8.0.19.0.msi and at the last part something asking me for the user name and password
i showed you how to add connector, Libraries>Add jar/folder then select your connector.
@@RunCodes i've already sovled the problem and btw still thank you for the reply
Thanks for this..............
Thanks a lot... 😍😍
Why it's not sending data to database??? i dont have any errors... and im stuck with my school project...
Check your code specially database connection and query!
Sir Good Day! after following your step by step process i still have error it say"You have an error in your SQL syntax;check the manual that corresponds to your MYSQL server version for the right syntax to use near ')' at line 1.
Check your sql query there may be mistake somewhere in your query!
Muche bhi same error dikha rahe he
thank you it so helpful
How i coding if my gender its radiobutton with groupbutton?
very nc broo, can u make some tutorial about login ?
with java netbeans and mysql ?
ua-cam.com/video/yVeJy05D8ls/v-deo.html here you go :)
why there is a timezone error?
Why am getting parameter index out of range error in this?
Check your function!
I want wamp server for window7, what i do, how to istall it, plz give me solution for this
From here: wampserver.com/en
do you like our work?
does this tutorial help you?
if so, you can support us at www.patreon.com/RunCodes
all code are right.i use 3 TextField-name,email,password.
bt when i submit the data by clicking the register button, it shows "javasql.SQLException: No value Specified for parameter 4", pls say me,where need to set the value of the register button?
Pass the 4th parameter that's all!
@@RunCodes Thanks a lot. I've a little mistake,that's why i was failed. I solved it.
Hlo sir,
While I am doing this tutorial these give error java.lang classnotfound . I try to fix this but I couldn't solve this error. I worte code as you written as in your tutorial. Also add external jar file .but it give error
Plz help me to solve this error..
Check your form name, or create your project again!
Bro can u plz. Make a video on how to setup local host and to run php file on it
ua-cam.com/video/L4ex3S8BVCo/v-deo.html here you go!
Getting error lyk..access denied for user @local host password :no..wht to do
Your localhost username and password do not match!
But I don’t have any password
How can this code run on a website? Do it also have to be written in html or could you make a video where you put this code in a HTML document and it shows on a website? That would be amazing. Sincerely Lisa
ua-cam.com/video/sVYmAsFCFc8/v-deo.html
@@RunCodes Is there any JFrame needable for this project because JFrame isn't avaible in Intelliji I think or do you know where?
why i have zone time error for mysql..help please
update you system date and time!
i like that stuff bro
Why we use wamp server for ??
to use mysql database!
Getting no suitable driver found for jdbc mysql error
Add jdbc driver in library directory like we showed in video
@@RunCodes l've solved this problem and it's working. thanks for the reply
@@abhinatk8252 how to add it in library
Bro my data is not entering inphpmyadmin ..plz help me sir
check your sql query!
@@RunCodes sir sql is working fine... Sir data is not showing in phpmyadmin...plz help me Sir
Thankyou soo much sir
hi thanks for tuto can u give me the source code because i cant access to it
Link is in the description!
thank you so much :D
Iski coading kya hai
Getting error for showMessageDialog cannot find symbol
stackoverflow.com/questions/26261085/joptionpane-cannot-find-symbol this may help you.
Nice!!
God bless you,
I am done with the program but it’s not running, no errors
watch video carefully before copying and pasting code.
champion nepali dai
thank you, sir
than you so much
bhai tumhara monitization ho gyaa
Thanks 🥰
I love the tutorial, but I don't like seeing tiger images, i will prefer to see desktop images pertaining to programming for example java icon instead of tiger image on your desktop.
thanks for your suggestion 😊
that's his personal choice, you are welcome to keep your wallpaper in the way you like.
Bro how to replace question mark in insert😪😪
that's called replacement field!
how to create valid email address?
stackoverflow.com/questions/15269507/how-to-validate-a-jtextfield-of-email-id-with-a-regex-in-swing-code here you go!
Bahi drivermanager par error aa raha hai
Write code as we wrote!
thanx bhai
Getting server timezone error
stackoverflow.com/questions/26515700/mysql-jdbc-driver-5-1-33-time-zone-issue
I need some help... when you are writing code without import anything.. your error will remove and our error is not removing.. can you help me with this? or kindly give me your email id need some help. thank you!
Press ctrl+alt+enter to the error giving line to add that class in your file! Simple!
@@RunCodes that classes is not showing in my IDE.
can you please give me your email?
then just write at the top of your file import and class name! Info@techsupportnep.com
If someone help i will be happy
I can't seem to access the source code, can anybody share it with me?
Why? just click that button, source code will display!
Can Someone send me where can i download WampServer
www.wampserver.com/en/
ARE YOU SERIOUS Don't tel me the source code is the video
see the description section of video, the source code link is there!
thank you very much
very helpful
my submit button not work, plz help me.. it not show to register successfully and even not store in database
means there is error in your joptionpane check that!
thank you sir
Thank you so much sir!
it is showing error while establishing connection .Can you help me out plz