|
To be able to write changes back to the data source, the DataAdapter object that populates your DataSet should have commands set for creating, reading, updating, and deleting. If you are using SQL Server, the class SqlCommandBuilder will generate these...
|