Apply updates and check result.
Source position: sqldb.pp line 614
| public procedure TCustomSQLQuery.ApplyUpdates( | 
| MaxErrors: Integer | 
| ); override; overload; | 
| MaxErrors | 
 | Maximum allowed number of errors before aborting the update operation. | 
ApplyUpdates is overridden in TCustomSQLQuery to check the result of the update (using RowsAffected).
| 
 | Set of TSQLQueryOption. | |
| 
 | Options controlling the behaviour of the dataset. |