Execute MySQL Query =================== Category -------- Database Commands Description ----------- This command allows you to execute Query. Use this command to create a new connection to a database. Parameters ---------- **Instance Name** Enter the instance name **SQL Command** Please Enter the SQL Command **MySQL Result** Please Enter the DataTable name to save the result Returned Value -------------- This command does not have returned value. Example Usage ------------- Example Location: `BYpass\\Examples\\Database Commands\\Execute MySQL Query\\Execute MySQL Query.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 Store Procedure ` - :doc:`Run Query `