Home > PHP > Function > Mssql > mssql_execute()

mssql_execute()

mssql_execute - Executes a stored procedure on a MS SQL server database

Syntax

mixed mssql_execute (resource $stmt, bool $skip_results)

Arguments

  • stmt - Statement handle obtained with mssql_init().
  • skip_results - Whenever to skip the results or not.

Description

Executes a stored procedure on a MS SQL server database

Version

PHP 4.0.7, 5, PECL odbtp >= 1.1.1

Return value