How to retrieve many resultsets from stored procedure and put to dataset?

  • Thread starter Thread starter abc my vclass
  • Start date Start date
A

abc my vclass

How to retrieve many resultsets from stored procedure and put to dataset?

If it can, is there any example code let me to know.
 
Hi,

You can use DataAdapter.Fill , it will create one table per result set
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top