[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Usage of BIND, REFERENCE-ONLY and BY-REFERENCE with ProDataSets & temp-tables

  • Thread starter Thread starter Torben
  • Start date Start date
Status
Not open for further replies.
T

Torben

Guest
In general I'll like to see dynamic temp-table, dataset behave more like JsonObject. All passing is by reference When passing AppServer boundary it is serialized/desecialized automatically on the call. If you really need a copy, you need to clone. When not referenced any more it is gc'ed (And preferably implemented as ttobject and dsobject)

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