[Progress Communities] [Progress OpenEdge ABL] Comment on Add ability to transfer dynamic dataset inside serializable object between client and AppSer

  • Thread starter Thread starter Lieven De Foor
  • Start date Start date
Status
Not open for further replies.
L

Lieven De Foor

Guest
The workaround I'm using is right before marshalling the object between AppServer and Client is to extract the dataset, pass it as separate parameter to the .p being called on AppServer, and on the receiving side reassign the handle back to the object's member variable/property. The downside is that this exposes the dataset to the outside world...

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