Click here to Skip to main content
15,918,808 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Apostropy Problem Pin
Sebastian T Xavier11-Jan-07 21:17
Sebastian T Xavier11-Jan-07 21:17 
AnswerRe: Apostropy Problem Pin
sunilkr11-Jan-07 22:59
sunilkr11-Jan-07 22:59 
QuestionThreading Pin
miniThomas11-Jan-07 18:22
miniThomas11-Jan-07 18:22 
AnswerRe: Threading Pin
suketh11-Jan-07 18:25
suketh11-Jan-07 18:25 
GeneralRe: Threading Pin
miniThomas11-Jan-07 18:47
miniThomas11-Jan-07 18:47 
QuestionDifference b/w Dataset & Recordset? Pin
suketh11-Jan-07 18:22
suketh11-Jan-07 18:22 
AnswerRe: Difference b/w Dataset & Recordset? Pin
_AK_11-Jan-07 18:25
_AK_11-Jan-07 18:25 
GeneralRe: Difference b/w Dataset & Recordset? Pin
suketh11-Jan-07 18:33
suketh11-Jan-07 18:33 
thanks Apurva.
do u thinkis this statements are correct??

a DataSet will have all the data locally. However, this is both a curse and a blessing. It means all the data will have to be fetched before any work can be done, which may increase latency and memory usage substantially.

The Recordset is cached behind the scenes, so there will only be roundtrips to the server when needed to refill the cache.

BTW, in .NET the equivalent of a Recordset is the SqlDataReader (or equivalent for datasources other than SQL Server). It can return multiple results, but you have to process them one by one in order.

Most of the time a DataReader is the fastest method.


if u know more points let me know

thanks again
Suketh
GeneralRe: Difference b/w Dataset & Recordset? Pin
_AK_11-Jan-07 18:40
_AK_11-Jan-07 18:40 
QuestionGarbage Collector Pin
miniThomas11-Jan-07 17:57
miniThomas11-Jan-07 17:57 
AnswerRe: Garbage Collector Pin
Captain See Sharp11-Jan-07 18:00
Captain See Sharp11-Jan-07 18:00 
GeneralRe: Garbage Collector Pin
Amit Kumar G11-Jan-07 18:09
Amit Kumar G11-Jan-07 18:09 
GeneralRe: Garbage Collector Pin
miniThomas11-Jan-07 18:21
miniThomas11-Jan-07 18:21 
GeneralRe: Garbage Collector Pin
Captain See Sharp11-Jan-07 18:26
Captain See Sharp11-Jan-07 18:26 
GeneralRe: Garbage Collector Pin
Captain See Sharp11-Jan-07 18:24
Captain See Sharp11-Jan-07 18:24 
QuestionVS 2005 Master/Content Pages Pin
Amit Kumar G11-Jan-07 17:52
Amit Kumar G11-Jan-07 17:52 
AnswerRe: VS 2005 Master/Content Pages Pin
Deepak the Cool11-Jan-07 18:19
Deepak the Cool11-Jan-07 18:19 
AnswerRe: VS 2005 Master/Content Pages Pin
Khan.Bangash11-Jan-07 18:42
Khan.Bangash11-Jan-07 18:42 
QuestionData Adapter Pin
Rahithi11-Jan-07 17:50
Rahithi11-Jan-07 17:50 
AnswerRe: Data Adapter Pin
minhpc_bk11-Jan-07 18:39
minhpc_bk11-Jan-07 18:39 
AnswerRe: Data Adapter Pin
anuj_24mar@yahoo.com11-Jan-07 23:45
anuj_24mar@yahoo.com11-Jan-07 23:45 
QuestionGetting the value of 2nd formview from 1st Formview Pin
pksahoo11-Jan-07 17:48
pksahoo11-Jan-07 17:48 
AnswerRe: Getting the value of 2nd formview from 1st Formview Pin
minhpc_bk11-Jan-07 18:56
minhpc_bk11-Jan-07 18:56 
QuestionObject Data Source Pin
mehrdadc4811-Jan-07 11:31
mehrdadc4811-Jan-07 11:31 
AnswerRe: Object Data Source Pin
Not Active11-Jan-07 11:56
mentorNot Active11-Jan-07 11:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.