Page 1 of 1

MSSQL and print statements

Posted: Mon Jun 16, 2008 8:06 pm
by xaccto
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?

Re: MSSQL and print statements

Posted: Tue Jun 17, 2008 8:08 am
by xaccto
Thanks everyone.
i'll answer it myself,

seems the answer is with this
http://au.php.net/manual/en/function.se ... andler.php