iNTERFACEWARE Products Manual > Installing and Using Chameleon > Using Python Scripting > Chameleon Python API > Database Object > Using a Stored Procedure |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
Stored procedures can be called using Python within Chameleon, just like any other query. Although the Python wrapper does not provide parameter binding, you can still compose a query directly with all parameters. The following code example demonstrates how to call a stored procedure from an inbound script:
|