best method to update the SQL table data from c# .NET 2005

Posted by Jebli on Stack Overflow See other posts from Stack Overflow or by Jebli
Published on 2009-10-23T05:34:07Z Indexed on 2010/03/21 4:01 UTC
Read the original article Hit count: 418

Filed under:
|
|
|
|

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.

© Stack Overflow or respective owner

Related posts about sql

Related posts about sql-server