UPDATE
- From: "German Raul Hoyos Parravicino" <rhoyos(at)gmail(dot)com>
- To: pgsql-general(at)postgresql(dot)org
- Subject: UPDATE
- Date: Fri, 24 Mar 2006 16:44:55 -0500
- Message-id: <912a25750603241344m44c05137u3003eae54e61bf34(at)mail(dot)gmail(dot)com>
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;
Maybe using sqlca.??? I can find the answer ??
Thanks a lot for your help!!!
--
Raul Hoyos Parravicino
Home |
Main Index |
Thread Index