Execute MySQL Store Procedure ============================= Category -------- Database Commands Description ----------- This command allows you to execute Store Procedure. Use this command to create a new connection to a database. Parameters ---------- **Instance Name** Enter the instance name **Store Procedure Name** Please Enter the store procedure name to execute **Parameters** Please Enter the parameter attributes Returned Value -------------- This command does not have returned value. Example Usage ------------- Example Location: `BYpass\\Examples\\Database Commands\\Execute MySQL Store Procedure\\Execute MySQL Store Procedure.xml` See Also -------- - :doc:`Close Database Connection ` - :doc:`Close MySQL Connection ` - :doc:`Define Database Connection ` - :doc:`Define MySQL Connection ` - :doc:`Define MySQL Paramters ` - :doc:`Execute Database Query ` - :doc:`Execute MySQL Bulk Store Procedure ` - :doc:`Execute MySQL NonQuery ` - :doc:`Execute MySQL Query ` - :doc:`Run Query `