Post pending changes and optionally apply updates.
Source position: sqldb.pp line 616
| public procedure TCustomSQLQuery.Post; override; | 
Post is overridden from DB.TDataset.Post to implement the auto-applyupdates mechanism: if TSQLQuery.Options contains sqoAutoApplyUpdates, then ApplyUpdates is called as the last step of the Post operation.
| 
 | Options controlling the behaviour of the dataset. | |
| 
 | Apply updates and check result. |