JcomboBox dependientes java sql | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

JcomboBox dependientes java sql

How to connect two JcomboBox in java with mysql

1st Oct 2018, 2:40 PM
Abdul Hamid
Abdul Hamid - avatar
1 Answer
0
You cannot really connect a jcombobox with MySQL. If you want to display your data from MySQL onto a jcombobox, you will have to fetch it first using an ResultSet object and then set it to the jcombobox
4th Nov 2019, 6:31 PM
Deep Lalwani
Deep Lalwani - avatar