You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently caching my parameters in .NET, and whenever I update a routine parameter, I ensure to clear the cache. However, I'm encountering an issue where MySqlConnector throws an error stating that "only 6 parameters were required, but 7 were sent."
I suspect this might be related to the cached procedure in MySqlConnector. Could this be the case? If so, is there a way to clear the cached procedure manually, or is it possible to disable this feature altogether, considering that I'm already handling parameter caching within my API?
I appreciate any guidance you can provide on this.
Best Regards,
Ritwik
The text was updated successfully, but these errors were encountered:
Hi,
I'm currently caching my parameters in .NET, and whenever I update a routine parameter, I ensure to clear the cache. However, I'm encountering an issue where MySqlConnector throws an error stating that "only 6 parameters were required, but 7 were sent."
I suspect this might be related to the cached procedure in MySqlConnector. Could this be the case? If so, is there a way to clear the cached procedure manually, or is it possible to disable this feature altogether, considering that I'm already handling parameter caching within my API?
I appreciate any guidance you can provide on this.
Best Regards,
Ritwik
The text was updated successfully, but these errors were encountered: