Java GUI crud with MYSQL Database XAMPP #1 - Create Read Update Delete - INSERT
ฝัง
- เผยแพร่เมื่อ 7 ก.พ. 2025
- Simple Project step by step using mysql database and Netbeans IDE
JAVA MySQL ,
CRUD Application
Connection to Database
INSERT, SELECT, UPDATE , Search and DELETE
Create, Read, Update, Delete
Using Netbeans IDE
using jframe Swing
Source Code:
link: github.com/cod...
Tools:
mysql-connector-java
link: dbschema.com/j...
XAMPP
link: • How to Install XAMPP S...
NetBeans IDE
link: • How to Install NetBean...
Wow, really helpfull video. Makes JAVA look easy, cant wait to finish the entire videos and learn more
Thank you Idol!!!! I love you 3000 from PLP
Nice Thanks
tnaks mate you're a hero
ResultSet import not used???
Elias 😡 You're...
GREAT!
true the fire!!
"Field 'id' doesn't have a default value" how to fix this erorr massage
Use auto increment in sql for id column or create text field to insert id also
bro how ia yours showing but my gui does not
Hey! I’m glad you’re following along. 😊 If you’re stuck on getting your GUI to show, check the Java code for potential errors and make sure you’re correctly referencing the database and connecting to it.
कोई एरर भी नहीं आ रही है और डाटा भी इंसर्ट नहीं हो रहा है
आपकी टिप्पणी के लिए धन्यवाद! यदि कोई त्रुटि नहीं है, लेकिन डेटा सम्मिलित नहीं किया जा रहा है, तो जांचने के लिए यहां कुछ चीजें दी गई हैं:
डेटाबेस कनेक्शन: सुनिश्चित करें कि MySQL डेटाबेस से आपका कनेक्शन सही ढंग से स्थापित है। अपने कनेक्शन पैरामीटर (होस्ट, उपयोगकर्ता नाम, पासवर्ड, डेटाबेस नाम) को दोबारा जांचें।
SQL क्वेरी: अपने SQL इंसर्ट स्टेटमेंट की समीक्षा करें। सुनिश्चित करें कि सभी आवश्यक फ़ील्ड शामिल हैं, और क्वेरी सही ढंग से स्वरूपित है।
तैयार कथन: यदि आप तैयार कथन का उपयोग कर रहे हैं, तो सुनिश्चित करें कि आप पैरामीटर सही ढंग से सेट कर रहे हैं और कथन निष्पादित कर रहे हैं।
ऑटोकमिट: जांचें कि क्या ऑटोकमिट सक्षम है। यदि यह बंद है, तो आपको सम्मिलित करने के बाद मैन्युअल रूप से लेनदेन करने की आवश्यकता हो सकती है।
कंसोल लॉग: यह देखने के लिए कि क्या सम्मिलित तर्क निष्पादित किया जा रहा है, अपने कोड में कुछ डिबग लॉग (जैसे System.out.println()) जोड़ने पर विचार करें।
can i use XAMPP?
its only Create right? where's Read Update and Delete
its says "Error com.mysql.cj.jdbc.Driver" how do I fix this?
Install jdbc driver library
@@CodingwithElias I did and I also did what u did but it still says that
@@andre89044 try by reinstall your NetBeans IDE
@@CodingwithElias alright
@@andre89044 did it work?