The following example shows how to use the Update method of SADataAdapter to add rows to a table. The example fetches the
Departments table into a DataTable using the SelectCommand property and the Fill method of the SADataAdapter. It then adds
two new rows to the DataTable and updates the Departments table from the DataTable using the InsertCommand property and the
Update method of the SADataAdapter.