Search:

Type: Posts; User: Sean4u

Search: Search took 0.11 seconds.

  1. [SOLVED] Re: I have a problem with this java code for database access

    Your original problem:

    Probably refers to your INSERT statement. Your original code had a WHERE clause, which I'm fairly sure can't be used with INSERT like that. INSERT is a new row, while WHERE...
  2. [SOLVED] Re: I have a problem with this java code for database access

    Do you want to INSERT, or UPDATE? INSERT will create new rows, UPDATE will change existing rows
Results 1 to 2 of 2