mssql_executeExecutes a stored procedure on a MS SQL server database
&warn.removed.function.7-0-0.alternatives;
Using an EXEC query issued through
PDO_SQLSRV,
PDO_ODBC,
SQLSRV, or the
unified ODBC driver.
&reftitle.description;
mixedmssql_executeresourcestmtboolskip_resultsfalse
Executes a stored procedure on a MS SQL server database
&reftitle.parameters;
stmt
Statement handle obtained with mssql_init.
skip_results
Whenever to skip the results or not.
&reftitle.examples;
mssql_execute example
]]>
&reftitle.notes;
If the stored procedure returns parameters or a return value these will
be available after the call to mssql_execute unless
the stored procedure returns more than one result set. In that case
use mssql_next_result to shift through the results.
When the last result has been processed the output parameters and return
values will be available.
&reftitle.seealso;
mssql_bindmssql_free_statementmssql_init