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
C
REF:
http://chigulla.blogspot.com/2012/10/javasqlsqlexception-attempt-to-set.html
C
I aggree, has to be C.