API1012 The SQL verb {0} cannot be used with open().

Explanation

An open() function was called for a query that does not contain the SELECT, VALUES, WITH, or CALL SQL verbs.

User response

Ensure that any open() function calls a query that contains one of the SQL verbs that was mentioned above.