JDBC select query

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • js06am
    New Member
    • Feb 2007
    • 8

    #1

    JDBC select query

    Hi,
    I want to perform a jdbc select query and populate a JComboBox with the results returned. Is this possible?
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    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?

    Comment

    Working...