PreparedSQLStatement.SQLExecute
From Xojo Documentation
This item was deprecated in version 2019r2. Please use PreparedSQLStatement.ExecuteSQL as a replacement. |
Method
PreparedSQLStatement.SQLExecute(Paramarray bindValues() as Variant)
New in 2010r4
Supported for all project types and targets.
New in 2010r4
Supported for all project types and targets.
Same as SQLSelect 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, the SQLSelect will use the passed in values instead of the ones specified by calling Bind.