Run Stored-Procedure statement
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Run Stored-Procedure statement
The RUN STORED-PROC statement runs a
RDBMS stored procedure or allows you to send Transact-SQL to a MS
SQL Server based data source using an OpenEdge DataServer. It
contains a procedure-name which is either the:
- Name of the RDBMS stored procedure that you want to run
- OpenEdge built-in procedure name,
send-sql-statement, to send Transact-SQL to a MS SQL Server based data sourceNote: If your ABL procedure is in a transaction block when aRUN STORED-PROCEDUREstatement is executed, the RDBMS stored procedure runs within the same RDBMS transaction, even if your stored procedure declares its own transaction levels.