Hello everybody,
I have a problema...I am making a program using ECPG. I would like to know the number of register I update, the sentence that I am writing is:
EXEC SQL UPDATE TABLE1
SET
STATUS = :t_status
WHERE
STATUS = :t_status_pendiente;
SET
STATUS = :t_status
WHERE
STATUS = :t_status_pendiente;
Maybe using sqlca.??? I can find the answer ??
Thanks a lot for your help!!!
--
Raul Hoyos Parravicino
--
Raul Hoyos Parravicino