If your storred procedure returns a result set you can get it with the mssql_functions as well.
If the precedure returns values or output parameters you will need php 4.0.7 (or current cvs). The updated version of php_mssql.dll includes three new functions aimed for storred procedures. - Frank > Is there a way to retrieve records from a stored procedure with MS SQL 7? > I've tried but I couldn't get anything. > I read on the PHP bug site that I can only use SELECT statement, but ODBC > should work; is that true? > > Thanks > > > -- > PHP Database Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] > > > -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
