Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: Datatset vs Datatable


Message #1 by "Gurneet Singh Jodhka" <Gurneet_Jodhka@i...> on Mon, 20 Jan 2003 18:54:59 +0530
I am not looking for Datareader as I need to have a updateable thing.So 
I mean i just wanna know in case of single table and same no of rows 
which will scal better Dataset or Datatable

-----Original Message-----
From: Philip Steel [mailto:PhilipS@t...]
Sent: Monday, January 20, 2003 7:02 PM
To: ASPX_Professional
Subject: [aspx_professional] RE: Datatset vs Datatable


It depends on what you want to do with the data you're retieving.

If you're looking for performance the DataReader object offers the 
fastest
way to retrieve multiple rows as it's fast forward and Read-Only.

However for web services for example, DataReader is not a type supported
(yet)
but dataset is.

Phil

-----Original Message-----
From: Gurneet Singh Jodhka [mailto:Gurneet_Jodhka@i...]
Sent: 20 January 2003 13:25
To: ASPX_Professional
Subject: [aspx_professional] Datatset vs Datatable


Hi
I just wanted to know which one is more performance critical Dataset or
Datatable.
I mean if i can use a Dataset or a Datatable which one should i go for

Any pointers????


Regards
Gurneet Singh Jodhka




  Return to Index