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
Unfortunately, the Deno MySQL module does not have built-in support for handling multiple result sets from stored procedures. To work around this limitation, you can split your stored procedure into multiple procedures, each returning a single result set, and then call each of them sequentially in your code.
I am calling stored procedure using mysql client and I am getting responses on every second request.
Please check below code and response.
Below are the response we got.
Thanks
The text was updated successfully, but these errors were encountered: