JcomboBox dependientes java sql | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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 Réponse
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