Typed dataset and Enterprise library

  • Thread starter Thread starter Amit Saxena
  • Start date Start date
A

Amit Saxena

Hi,

I have a requirement in which i need to insert or update into 8 tables
simultanously. i need to do a lot of maipulation in the tables in entire
session before persisting it to database This is the reason this i used
a Typed dataset (Ado.net 2.0).

I am not very keen to use dataadapters. I will appreciate if someone can
guide me how can i use enterprise library and Typed dataset together to
add/modify the data in the table.It will be great if i can know what are
the pros and cons of using using adapter for persisting data over
Enterprise library.

Thanks
Amit
 
Hi Amit,

Whenever you want to persist datasets (typed or not) you will use
dataadapters implicitly or explicitly.
 
Back
Top