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
 
Back
Top