Subject Re: [firebird-support] return the number of records affected
Author Dimitry Sibiryakov
17.02.2010 19:56, Ismael L. Donis GarcĂ­a wrote:
> Is possible return the number of records affected by an operation of insert, update and delete of a stored procedure in FB 2.1.3?

In SP you can use ROW_COUNT. In client application you can use
appropriate method of access driver.

--
SY, SD.