Invalid column name '%.*s'.
This error occurs when an invalid command string was passed to the EXECUTE statement.
Use SELECT to check the string that was created for the EXECUTE statement. For example, if the following statement returns error 207:
EXECUTE("select "@mystr+"from mytable")
Evaluate the problem by looking at the full command, as follows:
SELECT "select "@mystr+"from mytable"