Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    15
    Views
    1,501

    Re: ResultSet and variable to be define.

    Look at the value of the name. If it is Julien, store the associated date in txtChildBirth field. Do not store other values in the text field after the correct one has been stored there.
  2. Replies
    15
    Views
    1,501

    Re: ResultSet and variable to be define.

    What is cboChildName? Is it a list? If it is, there should be two items (the two names) in the list after the while loop executes.
    What is txtChildBirth? Is it a text field? It can only hold one...
  3. Replies
    15
    Views
    1,501

    Re: ResultSet and variable to be define.

    That looks like the name and the date are from the same line of the print out.
    What do you want to be different?
  4. Replies
    15
    Views
    1,501

    Re: ResultSet and variable to be define.

    Where are the names and dates shown in post#3?
    Why are the names in post#9 different from those in post#3?
  5. Replies
    15
    Views
    1,501

    Re: ResultSet and variable to be define.

    Please copy the text and paste it here. It is not possible to copy text from an image to include in a response.

    The image does not have the names: Eric or Patrick or the dates you have posted.
  6. Replies
    15
    Views
    1,501

    Re: ResultSet and variable to be define.

    1) read the right date as a String. But how does the code find the right date? How many dates are read in the while loop?
    2) call the setText method with that date

    What does the println...
  7. Replies
    15
    Views
    1,501

    Re: ResultSet and variable to be define.

    What is printed by this statement when it is executed:

    System.out.println("ID: " + id + ", First Name: " + firstName + ",BIRTHDATE: " + Naiss);

    I expect to see each printed line...
  8. Replies
    15
    Views
    1,501

    Re: ResultSet and variable to be define.

    What is printed by the println statement inside of the while loop?
Results 1 to 8 of 8