Immediate execution
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Immediate execution
Use immediate execution when a procedure must execute an SQL statement only once.
This stored procedure in this sample script inserts a row in
a table. The constructor for SQLIStatement takes
the SQL INSERT statement as its only argument.
In the following example, the statement includes five parameter
markers.
|