I know there are much more articles about this question, but my question is a special case -as I think-
I have a DataSet filled with Datatable named 'Categories' by OleDataAdapter. After filling 'Categories' table from the database on a local PC, I've made a huge editing to it (adding rows -maybe thousands- and updating fields).
now, I want to update all of these edits to the database table on the PC. how to do this as fast as possible?