PreparedSQLStatement.ExecuteSQL
From Xojo Documentation
Method
PreparedSQLStatement.ExecuteSQL(Paramarray bindValues() as Variant)
New in 2019r2
Supported for all project types and targets.
New in 2019r2
Supported for all project types and targets.
Same as SelectSQL but does not return a result set. Executes and returns the result set of the prepared statement.
Notes
BindValues is optional and is intended for convenience only. If bindValues is not empty, ExecuteSQL will use the passed in values instead of the ones specified by calling Bind.