Set SQL statement input parameters and procedure result set fields to null
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- 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.
|