BIP2931
Severity
20 : ErrorMessage
A function or procedure was called but the value supplied for the '<insert_0>' parameter was not a reference but the function/procedure expects a reference.Explanation
Functions and procedures do not allow data types other than references (eg expressions) to be used for IN or INOUT parameters defined to be references.Response
Examine and correct the SQL program