Re: Unexpected error when calling stored procedure.
Posted by: Filipe Silva
Date: March 06, 2020 05:10AM

Right, Connector/C++ doesn't support asynchronous executions.

Good you have some progress. You should be able to use `.execute()` and `.executeAsync()` and get the same results, as long as you process the returned objects properly.

If you notice some issue with any of them on the connector side, then please file a bug in the MySQL Bugs system.

Options: ReplyQuote


Subject
Written By
Posted
Re: Unexpected error when calling stored procedure.
March 06, 2020 05:10AM


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.