From: [EMAIL PROTECTED]
Operating system: IIS4 on Win NT
PHP version: 4.0.6
PHP Bug Type: ODBC related
Bug description: odbc_exec doesn't allow stored procedures to return results
This is probably the same bug that is mentioned in Bug id #5458. As a
result, the same proposed fix probably applies.
I'm attempting to retrieve values from MS SQL 7 via ODBC. The format for
calling stored procs via ODBC is:
{? = CALL stored_proc_name(?, ?)}
The question marks are place holders for variable names.
Bug 5458 suggests making a odbc_bindparameter function to allow values to
be returned properly.
--
Edit bug report at: http://bugs.php.net/?id=13817&edit=1
--
PHP Development 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]