Executes an SQL stored procedure by specifying its name and parameter
array.
- Database connection
- A CwDBConnection object that represents the database connection.
- Stored procedure
- A String that represents the stored procedure to execute in the
database.
- Parameters
- A Vector object of arguments to pass to parameters in the SQL
query.
This function block is based on the
CwDBConnection.executeStoredProcedure() method. For more
information, see executeStoredProcedure().
