[Progress Communities] [Progress OpenEdge ABL] Remove DATASET-HANDLE and TABLE-HANDLE parameters

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

Lieven De Foor

Guest
The language/AVM should be intelligent enough to pass dataset/temp-table structure and data when passed between AppServer and client and no special datatype should exist for that. As long as you're in a single session, DATASET/TABLE-HANDLE parameters are not needed. You only need them to pass data between client and AppServer, which is something the AVM could detect and react upon (it's not like you would ever want to pass a HANDLE between sessions, since the value has no meaning in the other session).

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