Hi experts,
I have a problem with update command. It updates all the rows in my database. Id is a key field, but it updates all the rows, not only that rows where id = k_id
UPDATE z_mytab SET: mod = k_mod,
ftip = k_ftip,
name = k_name
WHERE id EQ k_id.
Edited by: mrwhite on Feb 18, 2009 11:49 AM