Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Re: How to retrieve data from MYSQL database to JComboBox or to an array

    The array variable is a String[] array.
    The getString() method returns a String.

    You need to give the array variable a value. It is defined as String[]
    You need to use the new statement to give...
  2. Re: How to retrieve data from MYSQL database to JComboBox or to an array

    Where do you give a value to the array variable?
    You give a value to a variable by using the assignment statement:
    array = ....
Results 1 to 2 of 2