On Sat, Mar 24, 2012 at 10:55 AM, MB Software Solutions, LLC <[email protected]> wrote: > VFP9SP2 calling a stored procedure in MariaDB (MySQL) > > My stored procedure returns 6 cursors. Can the Fox handle getting > multiple cursors back? I thought so, by my SQLEXEC call fails with > nothing showing when I do AERROR(laError). > > I could have swore I was able to do this years ago (VFP5 or 6?). >
Michael: Which ODBC driver are you using? The "Official" Oracle/SUN/MySQL driver added support for multiple statements (which I'd think you'd need for multiple cursor return support, though I haven't tested it) in version 3.51.22, according to http://dev.mysql.com/doc/refman/5.0/en/connector-odbc-configuration-connection-parameters.html, and you'd need to add this flag to your connection string. Years ago, I did test and confirm multiple statements work. I haven't used SPs with multiple returns. -- Ted Roche Ted Roche & Associates, LLC http://www.tedroche.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/CACW6n4uF=ufsj9cnemh5cvowa5jaemu__y-5w5bpo5psedw...@mail.gmail.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

