-----------------------------------------------------------

New Message on BDOTNET

-----------------------------------------------------------
From: Mrinal
Message 2 in Discussion

Hi Yogesh ,   first of all i hope you know that Dataset / DataTable  is a 
MarshalByValue Entity , so once you are going to pass complete thing will get passed 
to the other end , now the whole issue depends on number of factors like :   a. No. of 
records in your dataset  b. No. of concurrent users , in case you are having dataset 
in a session    Also DataReader is a MarshalByRef Entity , so In case you are having a 
dedicated connection then it will a lesser over head , but that's a different 
consideration all together ,   As far as DataTable / DataSet is concerned if you would 
have gone through any of the microsoft architectural designs then it's given that 
preferrable is to populate some business objects in an intermediary layer and then 
pass it rather than maintaining the whole relational structure in the memory    Now as 
far as dataset or datatable is concerned they are not much different except that 
dataset is a container that can have multiple tables , in case your issue gets 
resolved with a single table you can pass it instead of dataset or as a part of 
dataset with one table , that does not create much difference , except certain set of 
properties that u might or might not access in either case ,   regards , Mrinal

-----------------------------------------------------------

To stop getting this e-mail, or change how often it arrives, go to your E-mail 
Settings.
http://groups.msn.com/BDOTNET/_emailsettings.msnw

Need help? If you've forgotten your password, please go to Passport Member Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help

For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact

If you do not want to receive future e-mail from this MSN group, or if you received 
this message by mistake, please click the "Remove" link below. On the pre-addressed 
e-mail message that opens, simply click "Send". Your e-mail address will be deleted 
from this group's mailing list.
mailto:[EMAIL PROTECTED]

Reply via email to