Subject How many rows were affected?
Author Nando Dessena
Hello,
if I issue an update or delete statement inside a stored procedure, and
want to know how many rows the statement has affected *from within the
SP code*, is there a way?
I know the information is accessible via the API, I just need it in the
SP.
I could issue a select count(*) before my update or delete statement,
but this does not strike me as the most effective way to do the job.
Thanks
--
____
_/\/ando