Executes a SQL statement on the server.
procedure Execute; overload; virtual;
Call the Execute method to execute a SQL statement on the server. If the SQL statement has OUT parameters, use the TCustomDASQL.ParamByName method or the TCustomDASQL.Params property to get their values. Iters argument is ignored.