can someone help me with this
1.) I have mysql database and I want to show the query to a jtable
can you show me a code on how to connect and query then show the data on a jtable.
tnx
Printable View
can someone help me with this
1.) I have mysql database and I want to show the query to a jtable
can you show me a code on how to connect and query then show the data on a jtable.
tnx
I'm completely new to Java (started looking into it today) and figured will hang around this forum to see what questions getting asked. Saying that, sorry for any stupid answers!
A quick search brought me to some samples that even I can understand kinda (syntax wise), so I'm sure you get helped with good ol google.
http://www.java2s.com/Code/Java/Swin...ableSample.htm
http://java.sun.com/docs/books/tutor...le.html#simple
Hello,
Help is available at the Java SUN's website. They give code and explanations regarding Java JTable and the rest. Have a look at it below.
http://java.sun.com/docs/books/tutor...nts/table.html
Menre