Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I create custom activities for accessing a SQL database, selecting a procedure and adding SQL parameters to activities?

0
Posted

How can I create custom activities for accessing a SQL database, selecting a procedure and adding SQL parameters to activities?

0

You can create a custom activity where it can be reused. Use a custom activity library, and have dependency properties to pass the stored procedure name and the connection string. Then you can use a dependency list where you can pass the list of parameters. Alternatively, you can have a collection of custom activities where one is to retrieve parameter information for the stored procedure and pass it to the main workflow and the other custom activity is to execute the stored procedure.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123