开发者

Multiple result sets from MySQL stored-procedure in MS-Access front-end using vba?

开发者 https://www.devze.com 2023-02-28 15:39 出处:网络
I\'m familiar with using the ADODB Connection and ADODB Recordset in vba to iterate through records of a single result set from a stored-procedure from 开发者_运维问答MySQL. But I now have a stored-pr

I'm familiar with using the ADODB Connection and ADODB Recordset in vba to iterate through records of a single result set from a stored-procedure from 开发者_运维问答MySQL. But I now have a stored-procedure that returns multiple result sets. How do I access all result sets? Is it even possible?


Use the ADO NextRecordset Method

See the detailed example linked on that page.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号