Executes a stored procedure call. The one parameter to this function is an SProcCall - a stored procedure call context. See the description of system.db.createSProcCall for more information and examples. |
Restrictions Prior to 8.1.2This scripting function has no Client Permission restrictions on Ignition versions earlier than 8.1.2. Restrictions for 8.1.2 and beyondPermission Type : Legacy Database Access Client access to this scripting function is blocked to users that do not meet the role/zone requirements for the above permission type. This function is unaffected when run in the Gateway scope. |
system.db.execSProcCall(callContext)
SProcCall callContext - A stored procedure call context, with any input, output, and/or return value parameters correctly configured. Use system.db.createSProcCall to create a call context.
Nothing
Gateway, Vision Client, Perspective Session |
There are no code examples for this function. |
system db execSProcCall, db.execSProcCall |