Update SDOResultSet objects
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
To update an SDOResultSet object:
-
Make a change locally in the client application. For example,
update column values in an existing row or create a new row (
moveToInsertRow()). - Commit the local changes to the database (through the remote
SmartDataObject), by executing a row method, such as
updateRow()orinsertRow().
CAUTION: If you move the cursor from a row where you
updated columns (for example, using
next()), before
you commit the column updates to the database, your column updates
to that row will be lost.