mssql_execute

(PHP 4 = 4.1.0)

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

Description

int mssql_execute ( int stmt)

警告

此函數目前沒有參考文件;只有引數列表。



注: 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.

See also mssql_bind(), mssql_free_statement() and mssql_init()