best method to update the SQL table data from c# .NET 2005
- by Jebli
Hi ,
I have a dataset with some 30 records in it. I want to update it to the database tables. which is the best method to update the table.
I am unable to use dataadapter.update() since i am using a procedure to populate the dataset.
is there any efficient way to update other than iterating through EACH record and updating it
Please help.
Thanks.