Connecting Tech Pros Worldwide Forums | Help | Site Map

JDBC select query

Newbie
 
Join Date: Feb 2007
Posts: 8
#1: Nov 27 '07
Hi,
I want to perform a jdbc select query and populate a JComboBox with the results returned. Is this possible?

Lives Here
 
Join Date: Sep 2006
Posts: 12,070
#2: Nov 28 '07

re: JDBC select query


Quote:

Originally Posted by js06am

Hi,
I want to perform a jdbc select query and populate a JComboBox with the results returned. Is this possible?

Of course it's possible. Do you know how to populate the JCombobox using values that are, say, in an array?
Reply