Re: [PHP-DB] MS SQL 7

2001-10-04 Thread Ermanno Iannacci
Date : Thu, 04 Oct 2001 12:17:18 -0700 > Subject : Re: [PHP-DB] MS SQL 7 > > 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

Re: [PHP-DB] MS SQL 7

2001-10-04 Thread Frank M. Kromann
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. - Fran

[PHP-DB] MS SQL 7

2001-10-04 Thread Ouster
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-mai