Search:

Type: Posts; User: copeg

Search: Search took 0.12 seconds.

  1. Replies
    4
    Views
    1,466

    Re: Using executeUpdate Question

    It sounds like you wish to have a single Servlet change its behavior based upon the input provided. If so, you need to check which parameters are set and vary your query based upon which parameters...
  2. Replies
    4
    Views
    1,466

    Re: Using executeUpdate Question

    The Update you posted updates all 4 columns - if you only need to update 2 columns, then create an update statement that only updates the 2 columns necessary. And for what its worth, I recommend...
Results 1 to 2 of 2