runstoredprocedure
Call stored procedure with and without input and output arguments
Syntax
Description
This function calls a stored procedure that has no input arguments, no output arguments, or any combination of input and output arguments. Define and instantiate this stored procedure in your database.
You can use this function if you connect to your database using a JDBC driver. For details,
see Connect to Database. If you are using
the native ODBC interface to connect to your database, use execute
to call the stored procedure.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2006b