MySQLCommunityServer.GetAffectedRows
From Xojo Documentation
This item was deprecated in version 2019r2. Please use MySQLCommunityServer.AffectedRowCount as a replacement. |
Method
Returns the number of rows that were modified by the most recent SQLExecute statement.
Example
Get the number of rows that were changed by an UPDATE statement: