all groups > c# > july 2004 >
You're in the

c#

group:

Dataset and dataadapter


Dataset and dataadapter GM
7/31/2004 9:11:01 PM
c#:
-What is the advantage of placing the dataset into the designer?
-is it possible to share adapters across webforms?
-is it possible to created a set of adapter with one dataset to reuse across webforms?

thanks,
Re: Dataset and dataadapter mohamed.mossad NO[at]SPAM egdsc.microsoft.com
8/1/2004 12:25:44 PM
Hi GM,
-What is the advantage of placing the dataset into the designer?
This way you can get the schema so you would be using a typed dataset and
gain the advantage of that
-is it possible to share adapters across webforms?
Sure , but if you are populating a dataset , then you better sore it in
the application object and use it without refilling with the adapter
-is it possible to created a set of adapter with one dataset to reuse
across webforms?
No need for that I believe
Mohamed Mahfouz
MEA Developer Support Center
ITworx on behalf of Microsoft EMEA GTSC

Re: Dataset and dataadapter Morten Wennevik
8/1/2004 1:28:21 PM
[quoted text, click to view]

Hi GM,

Well, I believe you should be able to store them as Session or Application objects and therefore be able to reuse them for the entire session or "forever".

--
Happy coding!
AddThis Social Bookmark Button