Error 207

Severity Level 16

Message Text

Invalid column name '%.*s'.

Explanation

This error occurs when an invalid command string was passed to the EXECUTE statement.

Action

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"