Dataset and dataadapter

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

-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,
 
-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,

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".
 
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
 
Back
Top