Try OpenEdge Now
skip to main content
Java Open Clients
Accessing ABL ProDataSets : Updating a ProDataSet
 

Updating a ProDataSet

The previous section describes how to read ProDataSet data passed from the AppServer using a ProDataGraph and how to use a ProDataGraph to write ProDataSet data back to the AppServer. However, to manage updates to a data source on the AppServer, you must typically interact further with the ProDataGraph, as described in the following sections.
* Typical cycle for ProDataSet updates
* Managing a ProDataGraph through the update cycle
* Checking for errors
* Finding a row in a ProDataGraph
* Adding a row to a ProDataGraph
* Deleting a row from a ProDataGraph