- Create a new data set on a data source that contains a stored procedure.
Specify the properties of the data set:
- In Data Set Name, specify a name for the data set.
- In Data Source, use the drop-down list to choose a data source to use for this data set.
- In Data Set Type, select SQL Stored Procedure Query, as shown in Figure 3-7.
Figure 3-7 Creating a stored procedure
Choose Next. Query displays a template stored procedure, as shown in
Figure 3-8.
Figure 3-8 Displaying stored procedures in a database
- In Available Items, navigate to the stored procedure. Select the stored procedure, and drag it to the text area. The stored procedure name appears at the insertion point. In the text area, type the required information to execute the stored procedure. For example, you should include any arguments that are passed to the stored procedure.
To type the stored procedure, enclose the call statement in left and right braces, for example:
If you type the stored procedure without the braces, BIRT treats the statement as a regular RDBMS call, so execution is dependent on the RDBMS of your data source.
- Choose Finish to save the data set. Edit Data Set displays the columns returned by the stored procedure, and provides options for editing the data set.