A
A
Hi, All!
I'm creating a program that executes a stored procedure from a SQL Server
database. This stored procedures produces multiple result sets, in which one
of these result sets are going to be used in the program.
This is my question... Should I use a Data Reader to read these result sets
or a dataset?
Thanks!
--A
I'm creating a program that executes a stored procedure from a SQL Server
database. This stored procedures produces multiple result sets, in which one
of these result sets are going to be used in the program.
This is my question... Should I use a Data Reader to read these result sets
or a dataset?
Thanks!
--A