Executes a SQL statement.
procedure ExecSQL(UpdateKind: TUpdateKind);
Call the ExecSQL method to execute a SQL statement, necessary for updating the records belonging to a read-only result set when cached updates is enabled. UpdateKind specifies the statement to execute.
ExecSQL is primarily intended for manually executing update statements from the OnUpdateRecord event handler.
Note: To both bind parameters and execute a statement, call Apply.