Search:

Type: Posts; User: Brane

Search: Search took 0.10 seconds.

  1. Replies
    20
    Views
    3,883

    Re: "Search Form" JSP-SERVLET USING NETBEANS

    Hi Kevin,

    It seems that you found the NullPointerException as it does not appear in the stack trace anymore but my page is still no showing the result of the search.

    As usual, I just see the...
  2. Replies
    20
    Views
    3,883

    Re: "Search Form" JSP-SERVLET USING NETBEANS

    Hi kevin,
    it is indeed not very pleasant at the moment.



    I am aware of it and i have the exact number of column, in my actual code they are all selected :).



    Reading the Stack Trace,...
  3. Replies
    20
    Views
    3,883

    Re: "Search Form" JSP-SERVLET USING NETBEANS

    Hi Kevin



    I got the following:

    java.lang.NullPointerException
    SQL statement is not executed!
  4. Replies
    20
    Views
    3,883

    Re: "Search Form" JSP-SERVLET USING NETBEANS

    Hi Kevin,

    I get the following print out, does that tell you anything apart from "SQL statement is not executed" ?

    java.sql.SQLException: [Microsoft][ODBC Microsoft Access Driver] Data type...
  5. Replies
    20
    Views
    3,883

    Re: "Search Form" JSP-SERVLET USING NETBEANS

    Hi Kevin,

    You are just confirming what I have mentioned earlier, I know the problem is with my sql statement.
    I need a solution to my problem not theory around the problem.

    I appreciate your...
  6. Replies
    20
    Views
    3,883

    Re: "Search Form" JSP-SERVLET USING NETBEANS

    "Where is your statement object for example. It might be worth you printing out your sql statement to the screen, just before you call executeQuery on your statement object, so you can see it. "
    ...
  7. Replies
    20
    Views
    3,883

    Re: "Search Form" JSP-SERVLET USING NETBEANS

    connected via jdbc and i can display the entire table but my problems is displaying the filtering of the search form!!!!
  8. Replies
    20
    Views
    3,883

    "Search Form" JSP-SERVLET USING NETBEANS

    Hi Dear,
    I need help with my code, I have built a search form based on comparison logic drop down list "greater than, less than and equal" and user input text field where you can enter a number...
Results 1 to 8 of 10