You're currently browsing the Ignition 7.9 docs. Click here to view the latest docs.

This function is used in Python Scripting.

Description

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.

Client Permission Restrictions

This scripting function has no Client Permission restrictions.

Syntax

system.db.execSProcCall(callContext)

  • Parameters

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.

  • Returns

Nothing

  • Scope

All

Code Examples

There are no code examples available for this function.

  • No labels