Hello,
I'm creating a workflow that requires that I connect to an external database. Although I am not having any issues connecting to the database in the configuration of the Database Write activity, I am wondering if its possible to "dynamically" configure the connection string, username and password in the activity.
The issue that I have is that I do not want to have to configure the user / pass in the activity itself as when I change from one envirnment to another I may need to connect using a different user / pass. Is it possible to configure the user / pass for a database write acivity somewhere else that may be more global, instead of in the process itself, so that I do not have to make changes to all of the database write activity that I have in my processes.
Thanks,