Multiple choice technology programming languages

Function used to change the SQL statement of a DataWindow? (Other than the Modify function)

  1. SetSQLSelect

  2. ChangeSQLSelect ( string statement )

  3. ChangeSQLSelect

  4. SetSQLSelect ( string statement )

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

SetSQLSelect(string statement) is the DataWindow function used to change the SQL statement programmatically. It's specifically designed to replace the SELECT statement while preserving the DataWindow's other properties, unlike the Modify function which is more general-purpose.