To add JDBC data set

  1. In the Outline panel, right-click on Data Sets sub-node and select New Data Set.
  2. In the New Data Set window, select the JDBC data source.
  3. Select SQL Select Query as Data Set type and update the Data Set Name field.
  4. On the Query text panel, input SQL statement, and then click Finish.

    Example

    select *

    from dbo. Users