Progress
ADM 2 Reference
doBuildUpd (data.i)
Transfers changed rows into the Update Temp-Table and returns it to the caller (the Commit function).
Parameters: NoneReturns: Nothing (procedure)Notes:
- This code must be inside the SmartDataObject itself to allow the BUFFER-COPY operations. They can be specialized by defining like-named procedures in another support procedure.
- For each existing row to be updated, there is already a
“
before”
copy in the RowObjUpd table, so create an“
after”
row.- There is already a row in RowObjUpd for each Added/Copied row, so just update it with the latest values.
- There is already a row in RowObjUpd for each Deleted row, so there is no need to do anything for these rows.
Copyright © 2004 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |