Difference between revisions of "HowTo:Update Data via OLEDB with a Workflow"
Line 1: | Line 1: | ||
Updating data in an Oracle database via a workflow can be done by using a set of activities. | Updating data in an Oracle database via a workflow can be done by using a set of activities. | ||
− | = | + | = Instructions = |
# Establish a [[HowTo:Connect_To_Oracle_With_A_Workflow|OLEDB connection to an Oracle database]]. Once connected, it is necessary to model the table / column definitions, of the data to be udpated, in the workflow. | # Establish a [[HowTo:Connect_To_Oracle_With_A_Workflow|OLEDB connection to an Oracle database]]. Once connected, it is necessary to model the table / column definitions, of the data to be udpated, in the workflow. | ||
# Use [[CreateOLEOracleScope (Activity)|CreateOLEOracleScope]] activity to set up the connection. | # Use [[CreateOLEOracleScope (Activity)|CreateOLEOracleScope]] activity to set up the connection. |
Revision as of 11:40, 11 February 2015
Updating data in an Oracle database via a workflow can be done by using a set of activities.