First page Back Continue Last page Overview Text

Notes:


Updating rows is similar, using the update method and a hash similar to insert.

Update affects all rows in the dataset, so if you use it on an unfiltered dataset, it will update all rows in the table.

If you only want to affect certain rows, you need to filter the dataset first, then update it.