What is the most likely cause of the run-time error, "Attempt to set a parameter name that does not occur in the SQL: employeeid"?

What is the most likely cause of the run-time error, “Attempt to set a parameter name that does
not occur in the SQL: employeeid”?

What is the most likely cause of the run-time error, “Attempt to set a parameter name that does
not occur in the SQL: employeeid”?

A.
The user has not supplied the value for the bind variable.

B.
The view object does not have a bind variable defined.

C.
The view object query does not have a reference to the bind variable.

D.
The employeeid attribute is not defined in the view object.

E.
The view object query does not have a WHERE clause defined.

Explanation:
http://jianmingli.com/wp/?p=2369



Leave a Reply 3

Your email address will not be published. Required fields are marked *


allansantos

allansantos

I aggree, has to be C.