HighTechTalks DotNet Forums  

Using a DataSet

Dotnet Framework (ADO.net) microsoft.public.dotnet.framework.adonet


Discuss Using a DataSet in the Dotnet Framework (ADO.net) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Jonathan Wood
 
Posts: n/a

Default Using a DataSet - 12-06-2007 , 09:06 PM






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.

--
Jonathan Wood
SoftCircuits Programming
http://www.softcircuits.com


Reply With Quote
  #2  
Old   
Jonathan Wood
 
Posts: n/a

Default Re: Using a DataSet - 12-06-2007 , 09:15 PM






Looks like I finally figured it out.

--
Jonathan Wood
SoftCircuits Programming
http://www.softcircuits.com

"Jonathan Wood" <jwood (AT) softcircuits (DOT) com> wrote

Quote:
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.

--
Jonathan Wood
SoftCircuits Programming
http://www.softcircuits.com



Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.