V
VB Programmer
I am creating a web service that gets, as an input argument, a dataset. It
takes this dataset and updates a local database.
I'm familiar with ADO, but ADO.NET is kind of new to me. Do I have to
manually loop through every record in the incoming dataset, updating the db
one row at a time, or is there a simple 'update' command which is smart
enough to know which records to update?
Thanks,
Robert
takes this dataset and updates a local database.
I'm familiar with ADO, but ADO.NET is kind of new to me. Do I have to
manually loop through every record in the incoming dataset, updating the db
one row at a time, or is there a simple 'update' command which is smart
enough to know which records to update?
Thanks,
Robert