Subject Re: UPDATE question
Author Adam
--- In firebird-support@yahoogroups.com, "burmair" <YahooSpam@...> wrote:
>
> Is there any way to determine the number of rows updated by an UPDATE
> operation, especially if that number is 0?
>

If it is done inside PSQL (trigger or stored procedure), you can check
the ROW_COUNT context variable. I am not sure if it is possible using
standard DSQL though.

Adam