Help
Database Activity
Help menu
- Help content
- AS2
- Examples and Tutorials
- IO Queues and Forms
- Maps
- Schemas
- Send and Receive Ports
- Send and Receive Ports / Transports
- Servers
- Static Configuration
- Tracking
- Workflows
- Workflows / Workflow Activities
- Call Web Service Direct Activity
- Compensatable Sequence Activity
- Compensatable Transaction Scope Activity
- Compensate Activity
- Conditioned Activity Group
- Database Activity
- Delay Activity
- Event Handling Scope Activity
- Event Driven Activity
- Expression Activity
- Fault Handler Activity
- If Else Activity
- Increment Activity
- Invoke Web Service Activity
- Invoke Blue Integrator Workflow Activity
- Invoke Workflow Activity
- Listen Activity
- Map Activity
- Parallel Activity
- Policy Activity
- Send Receive Port Response Activity
- Replicator Activity
- Send Receive Port Response Activity
- Send Port Message Activity
- Sequence Activity
- Suspend Activity
- Synchronization Scope Activity
- Transaction Scope Activity
- While Activity
The Database Activity allows you to directly interact with a SQLServer or Access database from a Workflow. You simply set the connection string, and the query (which can contain tokens). The tokens can be Workflow variables, Workflow messages, Workflow message properties (in the syntax MessageName.PropertyName) or XPath, the XPath relating to the optional ParameterMessage property.
Data can optionally be returned as an Xml message, and on specifying the root and record tag names BlueIntegrator will automatically generate the schema for you. The message will be returned in the message specified by the ReturnMessage property.
For further details please see the Database Send Transport, which uses a similar model.