PreparedSQLStatement.SQLSelect

From Xojo Documentation

Method

PreparedSQLStatement.SQLSelect(Paramarray bindValues() as Variant) As RecordSet

New in 2010r4

Supported for all project types and targets.

Executes and returns the result set of the prepared statement.

Notes

The bindValues parameter 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.