Not all parameters bound/registered
Hi,
what is reason of this error (Not all parameters bound/registered ). this is not happening consistently.
.png)
those are class method parameters
Discussion (1)0
Comments
Hi,
My guess is you are calling the query with more arguments than it expects on those times that it is failing..
Providing or inspecting again the code making the call from the client side, would be a good start to fixing your issue.
Steve