Icon ExecSQL Method

procedure ExecSQL(UpdateKind: TUpdateKind)

Call the ExecSQL method to execute an SQL statement in order to update a record. The UpdateKind parameter indicates which SQL statement to execute.

Information If the statement to execute contains any parameters, an application must call the SetParams method to bind the parameters before calling the ExecSQL method.
Image