Entering content frame

-819: Parameter in SQL statement not allowed 

Explanation:

Only an SQL statement without parameter specifications is permitted. Either an SQL statement with parameters but without a USING clause was passed with an EXECUTE, or an error occurred in the parameter list.

User Action:

Add the USING clause, or use an SQL statement without parameters, or correct the parameter list.

 

Leaving content frame