Re: Unexpected error when calling stored procedure.
Posted by: Peter Brawley
Date: February 27, 2020 09:49PM

> returning my results ...

MySQL sprocs don't actually return anything. Are you referring to a final Select query executed by the sproc? If so, have you set allowMultiQueries=true in the connection string?

Is https://stackoverflow.com/questions/10797794/multiple-queries-executed-in-java-in-single-statement helpful?

Options: ReplyQuote


Subject
Written By
Posted
Re: Unexpected error when calling stored procedure.
February 27, 2020 09:49PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.