N
neverstill
Hi-
I was just preparing to use some of the Stored Procedures that I've been
working on for my asp.net application.
it appears that you can't get a DataTable or DataSet back from
SqlCommand.Execute(). Why? I can get a DataReader, but I don't want to
have the connection still open.
How do we execute a stored procedure and return DataTable or DataSet? This
must be a common question...
Thanks,
Steve
I was just preparing to use some of the Stored Procedures that I've been
working on for my asp.net application.
it appears that you can't get a DataTable or DataSet back from
SqlCommand.Execute(). Why? I can get a DataReader, but I don't want to
have the connection still open.
How do we execute a stored procedure and return DataTable or DataSet? This
must be a common question...
Thanks,
Steve