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

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.
 
I

Ignacio Machin \( .NET/ C# MVP \)

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

Top