Using IBM Business Automation Workflow SQL Integration services (deprecated)
To integrate with an external database, you can use the SQL Integration services available in the Business Automation Workflow System Data Toolkit.
Before you begin
Check with your database administrator that you have access to the database and tables that you need to integrate. Your Business Automation Workflow administrator must have already defined the datasource using the admin console.
About this task
The System Data toolkit includes SQL Integration services to enable you to easily integrate with external databases.
The SQL Integration services support common database interactions, including support for parameterized queries. These services can automatically map query results directly into the relevant variable type. The SQL Integration services enable you to develop implementations to:
- Read existing data from a database.
- Insert new data to a database.
- Call stored procedures in your database.
When passing data between Business Automation Workflow and a connected database, the SQL Integration services enable you to specify SQL data types such as integers, BLOBs, and CLOBs.
The SQL Integration services are Java-based integrations that bind to a specific method in the teamworks.SQLConnector Java class. Although you cannot alter the SQL Integration services, you can open them in the Designer in IBM Process Designer to see the method implemented by each one and the available input and output variables as outlined in the following procedure.