Stored Procedure Call

Stored Procedure Call   Let’s see how we can call the Stored Procedure from MuleSoft. Create a project and add HTTP listener to call the API   Drag and Drop stored procedure connector   Create a DB connection   Add the SQL text for calling the procedure and the input parameter Now add a transformation…

Share this:
Read More

Bulk Insert In Database Using Mule Database Connector

Bulk Insert In Database Using Mule Database Connector   In this tutorial we will demonstrate how can you use Bulk Insert operation In Database Using Mule Database Connector and insert multiple rows at a time. The insert, update, and delete operations can be used for the cases in which each input parameter can take only one value. Alternatively, bulk…

Share this:
Read More