mssql_execute

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

Description

int mssql_execute ( int stmt)

Varoitus

Tämä on toistaiseksi dokumentoimaton funktio ; ainoastaan parametrilistaus on saatavilla .



Huomaa : if the stored procedure returns parameters or a return value these will be available after the call to mssql_execute( ) Huomaa : 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 .