Non-persistent procedure example
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Non-persistent procedure example
Suppose you want to run a non-persistent procedure, AddCustomer.p, with the
following definition.
Non-persistent procedure ABL for the OpenAPI
|
OpenAPI code to run the non-persistent procedure
You might write the following client code to run it.
|