Pass a dataset from a client to a server session
- Last Updated: April 12, 2023
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
When a dataset is passed between a server and a client, it is passed by value.
Server-side
The following is the simplified syntax for defining the dataset parameter in server-side code:
|
The OUTPUT keyword is used for
retrieving the dataset from the server.
The following is a server-side example of defining the dataset parameter
and returning the dataset to the client. Notice an external procedure file is used,
where all internal procedures, related to accessing the dsOrderOrderLine dataset, are placed.
|
See also
ProDataSet Parameters in Use ProDataSets