Updating Database Records
Automate database record updates with the Database Book.
Last updated
Was this helpful?
Automate database record updates with the Database Book.
Last updated
Was this helpful?
To update an existing database record, you need to first identify the record to be updated. To learn more about this, see and .
In this example:
Line 1: Retrieves a database record.
Line 2: Stores the retrieved records as the records
.
Line 3: Stores only the first record from the records
as the person
.
Line 4: Updates the DOB of the person
.
Note: This Book does not support updating multiple column records simultaneously. To update multiple column records, please update each record individually.