Updating Database from DataSet with multiple Tables
I have an application with an editor of multiple DataTables, that are stored in a DataSet wich I load through a DataAdapter. My objective is to update the database with all the changes in all of the tables. I thought of using the same DataAdapter used to load the data with a command builder, just as if it were a single DataTable.