InterviewSolution
| 1. |
What Are The Ways In Which You Can Access Databases From A Message Flow? |
|
Answer» You can access a database from a message flow in two ways: You can design a message flow that responds to EVENTS generated by the database. After a flow has already started, you can access the database to read or UPDATE information in it. Information from the database can be USED to enhance or influence the OPERATION of the message flow. You can access a database from a message flow in two ways: You can design a message flow that responds to events generated by the database. After a flow has already started, you can access the database to read or update information in it. Information from the database can be used to enhance or influence the operation of the message flow. |
|