Hi, I'm having problems with the UPDATE sql command when connecting postgresql to a java program. In my debug process I then tried the command directly in postgres (which also did not work).
But get this, if I then create new data in postgres the SAME sql command works! (although UPDATE still doesn't work when tried via the java program) I am also using simple delete , select and insert commands in the java program which work fine so I am not sure that it is my java skills that are at fault here.
Can anyone suggest anything because i'm stumped with this. Thanks
But get this, if I then create new data in postgres the SAME sql command works! (although UPDATE still doesn't work when tried via the java program) I am also using simple delete , select and insert commands in the java program which work fine so I am not sure that it is my java skills that are at fault here.
Can anyone suggest anything because i'm stumped with this. Thanks