Set SQL statement input parameters and procedure result set fields to null
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Set SQL statement input parameters and procedure result set fields to null
Both the setParam method and set method
take objects as their value arguments. You can pass a NULL reference
directly to the method or pass a variable that has been assigned
the null value.
The following example uses both techniques to set an SQL input
parameter to NULL.
|