We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I am getting the following error when calling on my stored procedure
Error 1312: PROCEDURE mydb.GetAllNotes can't return a result set in the given context
I am calling on my stored procedure with this code
db.Query("CALL MyStoredProcedure()")