Subject Insert, Update and Delete count
Author Reggie White
What FB API do I call to find out how many records were affected by a DML
statement?

ex. update stores set state = 'TX'

How can I find out how many rows were updated by using FB's API?


Thanks