BIP2940
Severity
20 : ErrorMessage
An attempt was made to execute the function or procedure '<insert_0>' with '<insert_1>' parameters but it requires '<insert_2>' parametersExplanation
An attempt was made to execute the function or procedure '<insert_0>' with '<insert_1>' parameters but the function is defined to take '<insert_2>' parameters. Functions and procedures must always be called with the expected number of parameters.Response
Examine and correct the SQL program