Link to home
Start Free TrialLog in
Avatar of Mike Treat
Mike TreatFlag for United States of America

asked on

How we can update Database Tables using Adapter from DataSet

I am woking on webservice in .net. My problem is that, from client side i am sending
a Dataset which contains two Datatables. I want to update these two Datatables in to
two tables in the Database in server.

Now i am using a methods like  going through each row and updating one by one to Database.

I am searching for another effiecient method using adapter. Is there is any way to update
these Datatables into Databse Tables using Adapter ??

ASKER CERTIFIED SOLUTION
Avatar of dampsey
dampsey
Flag of Türkiye image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Forced accept.

Computer101
EE Admin