Database Join
A self join or recursive join .. or is it ?
Workshop - Database Join
Searching for information in databases, text files, web services, and so on, is a very common task. In this workshop we're going to query the Products table for products are listed below a set buy price.
The database join isn't actually a join, but a series of queries against the table based on set conditions. Be aware this results in a performance hit.


Drag the Data grid step onto the canvas.
Open the Data grid properties dialog box.
Ensure the following details are configured, as outlined below:


Drag the Database Join step onto the canvas.
Open the Database Join properties dialog box.
Ensure the following details are configured, as outlined below:

Click the Run button in the Canvas Toolbar.
Click on the Preview tab:

Last updated
Was this helpful?

