[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'SQLDB' (#fcl)

TCustomSQLQuery.Post

Post pending changes and optionally apply updates

Declaration

Source position: sqldb.pp line 597

public procedure TCustomSQLQuery.Post; override;

Description

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.

See also

TSQLQuery.Options

  

Options controlling the behaviour of the dataset

TCustomSQLQuery.ApplyUpdates

  

Apply updates and check result


Documentation generated on: May 14 2021