Unit 'SQLDB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TCustomSQLQuery.ApplyUpdates

Apply updates and check result.

Declaration

Source position: sqldb.pp line 614

public procedure TCustomSQLQuery.ApplyUpdates(

  MaxErrors: Integer

); override; overload;

Arguments

MaxErrors

  

Maximum allowed number of errors before aborting the update operation.

Description

ApplyUpdates is overridden in TCustomSQLQuery to check the result of the update (using RowsAffected).

See also

TSQLQueryOptions

  

Set of TSQLQueryOption.

TSQLQuery.Options

  

Options controlling the behaviour of the dataset.


Documentation generated on: Jan 30 2024