-819: Paramter 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 part 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.