ODAC
Used to return the number of rows processed by a SQL statement.
TOraSQL
property RowsProcessed: integer;
Use the RowsProcessed property to return the number of rows processed by a SQL statement. Useful for inserting, updating and deleting statements.