Description
mixed
mssql_execute ( resource stmt [, bool skip_results])
| Aviso |
Esta función
no está documentada actualmente, solamente se encuentra
disponible la lista de parámetros_ |
Nota:
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()_