I wrote a store procedure on SQL SERVER.This store procedure can retrieve some records and output some other information by output type parameter or RETURN statement.The problem is when I use mssql_query() to execute the procedure,I can get these records,but can't get the return value.