RAD Studio (Common)
ContentsIndex
PreviousUpNext
Stored Procedures Dialog

Use this dialog box to select a stored procedure for a BdpCommand. You can specify values for Input or InputOutput parameters and execute the selected stored procedure.

Item 
Description 
Stored Procedures  
Shows all the stored procedures available for the BdpConnection associated with the BdpCommand. When you select a stored procedure from this drop-down list box, the Parameters list box displays the parameters for that stored procedure.  
Stored Procedure Has One Or More Resultset  
If the stored procedure returns one or more cursors, check this check box to display the resultset in the dialog box when the stored procedure is executed.  
Parameters  
Shows all the parameters for the currently selected stored procedure. When you select a parameter from this list box, the associated metadata appear and can be edited in the pane on the right.  
Execute  
Attempts to execute the selected stored procedure using the currently specified parameter settings. The results of the stored procedure execution (Output parameters, InputOutput parameters, return values, cursor(s) returned) are all populated into a DataGrid in the bottom of the dialog box.  
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!