Search:

Type: Posts; User: lyzt

Search: Search took 0.13 seconds.

  1. Re: Retrieving a result by a user's different combination's using StringTokenizer (MYSQL)

    try {
    String[] symptoms = fieldsymp1.getText().split( ", " );

    symptoms[0] = "Tearful";
    symptoms[1] = "Lack of motivation";
    symptoms[2] = "Nausea";

    ...
  2. Re: Retrieving a result by a user's different combination's using StringTokenizer (MYSQL)

    Thank you! Sorry quite the novice, I'm just unsure what i'm storing within the array?
  3. Re: Retrieving a result by a user's different combination's using StringTokenizer (MYSQL)

    Thank you mate.

    Though, I'm not sure how to collect all the data in the textfield using an array?
  4. Retrieving a result by a user's different combination's using StringTokenizer (MYSQL)

    Hi, I am creating a simple Symptom Checker application. The problem I have is that I'm trying to retrieve user input (JTextField) by comma's using StringTokenizer which contacts the database for a...
Results 1 to 4 of 4