Immediate execution
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- 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.
|