Subject Re: [firebird-support] Number of rows affected in SP
Author Helen Borrie
At 01:04 PM 4/05/2004 +0000, you wrote:
>I have a stored procedure inside which I want to do an update and
>need to know the number of rows affected by the update.
>How can I do this, I did not find anything in firebird's docs about
>this.

If you are using Fb 1.5, you need to read the RELEASE NOTES, a PDF document
in your installation root. There you will find out about ROW_COUNT.

Firebird 1.0 doesn't have it.

/heLen