<div><div><div><div dir="auto">You don’t want to return multiple result sets. I wouldn’t think any support would be added for this. </div><div dir="auto"><br></div><div dir="auto">Maybe you can create a stored procedure that calls that stored procedure and returns a single combined result set </div></div></div></div><div><div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Mar 18, 2020 at 5:32 PM Calvin Ellison <<a href="mailto:calvin.ellison@voxox.com" target="_blank">calvin.ellison@voxox.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;padding-left:1ex;border-left-color:rgb(204,204,204)"><div dir="ltr"><div dir="ltr">We've narrowed this down to a stored procedure that sometimes returns more than one result set, and when that happens the first result set is empty. It appears that db_mysql is setting the client flags to accept multiple result sets but the only processes the first one.</div><div dir="ltr"><br></div><div dir="ltr">Here's how my developer phrased it:</div><div dir="ltr"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;padding-left:1ex;border-left-color:rgb(204,204,204)">We have a store procedure that queries two tables and returns two result sets. Something like “select * from table1 where condition=‘x’; select * from table2 where condition=‘y’;” we need to be able to iterate through both result sets. Since it’s a third party stored procedure we can’t modify the way it works or make two separate queries. Currently the avp_db_query method is returning “query returned no results” but it’s ignoring the second result set.<br></blockquote><div></div></div></div><br>
</blockquote></div></div>
</div>
</div>