View result of the Stored Procedure (ODBC Stored Procedure Wizards)

This list will usually show the parameters of the stored procedure as well as the output parameters/columns. Sometimes the stored procedures return value (indicating success or failure) will also be listed.Depending on the database management system and the ODBC driver it may be the case that the output parameters/columns are not listed. This is for example the case with Microsoft SQL Server. Selecting Next will then show an ODBC SQL statement to perform a kind of trial-run of the stored procedure to retrieve the definition of the output parameters/columns.Otherwise selecting Next will proceed to the wizard page for the entry details.