Using a DataSet

J

Jonathan Wood

Okay, so based on previous discussions, I got the message I'm better off
using a DataSet over a DataReader object when I want a method to return that
object to a caller.

Now what? DataReader is not only efficient but is extremely easy to loop
through it's content. A DataSet is apparently a whole other story. In fact,
after nearly an hour, I've yet to find a single example of using a DataSet
to simply browse it's content by tracing it to my ASP.NET window. I know it
is capable of many things but, right now, I just want to inspect the data in
about four rows returned from a stored procedure.

Can anyone help?

Thanks.
 

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