MSSQL and print statements
Posted: Mon Jun 16, 2008 8:06 pm
a stored procedure is returning some results as many lines of print statements,
how can php retrieve these print statements ?
$msg = mssql_get_last_message();
does return the LAST line of the print statements...just need all the prior ones also
Any way to do this?
how can php retrieve these print statements ?
$msg = mssql_get_last_message();
does return the LAST line of the print statements...just need all the prior ones also
Any way to do this?