Typed dataset and Enterprise library

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
 
M

Miha Markic [MVP C#]

Hi Amit,

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top