SQLXP

Procedure Call


The procedure call window is used for executing stored procedures, the lower half of the window contains all the parameters associated with the procedure. The parameter list contains input/output and return parameters. The upper half is view of what the SQL looks like when calling this procedure.

To use this window, enter values into the input params, and click the green check box button. If there are any output or return parameter, the parameter grid will contain the value returned from the procedure.

Note: Running SQL statement produced here in the SQL window maynot work against all database, its recommended that you use the procedure call window for executing procedures