Updating Database Records
Automate database record updates with the Database Book.
To update an existing database record, you need to first identify the record to be updated. To learn more about this, see Retrieving Database Records and Storing Retrieved Records.
Example
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
asthe person
.Line 4: Updates the DOB of
the person
.
Last updated
Was this helpful?