AffectedRows property
Previous  Top  Next

See Also Properties Methods Events Example
Unit
MySQLDataset

Applies to
TMySQLDataset TMySQLTable and TMySQLQuery components

Declaration
property AffectedRows: string;

Description
This will return an integer in string format giving you the number of records influenced by your last sql statement. The coFoundRows in the Options of the TMySQLServer if set to True will change this result to the number of records found by your last sql statement.