Search:

Type: Posts; User: habiler

Search: Search took 0.09 seconds.

  1. Replies
    15
    Views
    1,501

    Re: ResultSet and variable to be define.

    How can i store the righy value in this case the birthdate of Julien (24/5/1993) in txtChildBirth.
  2. Replies
    15
    Views
    1,501

    Re: ResultSet and variable to be define.

    Sorry

    3478 HABILS JULIEN 1993-05-24
    3478 HABILS THIBAULT 1996-06-27

    But cboChildName.addItem(firstName); HABILS JULIEN
    txtChildBirth.setText(Naiss); 1996-06-27

    --- Update ---
  3. Replies
    15
    Views
    1,501

    Re: ResultSet and variable to be define.

    iN POST #3 THERE ARE fakes data.



    In reality

    3478 HABILS JULIEN 1993-05-24
    3478 HABILS THIBAULT 1996-06-27

    But cboChildName.addItem(firstName); HABILS THIBAULT
  4. Replies
    15
    Views
    1,501

    Re: ResultSet and variable to be define.

    Sorry Norm

    SQL Statement:
    3478
    ID: 3478.0, First Name: HABILS JULIEN,BIRTHDATE: 1993-05-24 00:00:00.000000
    ID: 3478.0, First Name: HABILS THIBAULT,BIRTHDATE: 1996-06-27 00:00:00.000000
  5. Replies
    15
    Views
    1,501

    Re: ResultSet and variable to be define.

    3516
  6. Replies
    15
    Views
    1,501

    Re: ResultSet and variable to be define.

    How can i put the right birthdate in txtChildBirth
  7. Replies
    15
    Views
    1,501

    Re: ResultSet and variable to be define.

    1234 Eric 1/1/2000
    1234 Patrick 23/4/2010

    That's OK.

    But cboChildName.addItem(firstName); Eric
    txtChildBirth.setText(Naiss); 24/4/2010
  8. Replies
    15
    Views
    1,501

    ResultSet and variable to be define.

    Hello everybody

    I have problem with my variables.
    The data's of my table enfts are :

    1234 Eric 1/1/2000
    1234 Patrick 23/4/2010

    When 1234 is selected then Eric and Patrick appair in...
Results 1 to 8 of 8