[progress Communities] [progress Openedge Abl] Forum Post: Re: Business Entity. Updating Pk...

  • Thread starter Thread starter OctavioOlguin
  • Start date Start date
Status
Not open for further replies.
O

OctavioOlguin

Guest
I have struggled about this for a while now.... I have some questions about the handling of datasets. Wondering if it is the way to go. I have a dataset that gets all (or some) employees. (from a function on appserver.) I handle the changing and displaying of them. When time comes to update the primary key, I post the former values of them to another table in another dataset. (identical to the first one used to get the employees) and call the function that gets one employee using the original PK, so the before-table gets populated. Change the values of the PK, and then throw to the updateEmployee class on the appserver. All this is beacuse I don't want to send all the employees again back, just to update one of them... Am I right with this algorithm?

Continue reading...
 
Status
Not open for further replies.
Back
Top