On 3/26/2012 10:00 AM, Ted Roche wrote: > 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 -- that was it! I set my option flag as such: 3 + 8 + 16 + 65536 + 67108864 and now it returns multiple cursors just fine. Damn you're good. Where's the PayPal link? I'd like to buy you a drink. THANKS!!!!!!! -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief Software Architect http://mbsoftwaresolutions.com http://fabmate.com http://twitter.com/mbabcock16 _______________________________________________ Post Messages to: ProFox@leafe.com 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/4f70dc6b.3020...@mbsoftwaresolutions.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.