ID: 13817 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: ODBC related Operating System: IIS4 on Win NT PHP Version: 4.0.6 New Comment:
I recommend you to read chapter 3.4.1 of http://www.sapdb.org/pdf/usmanodbc_73eng.pdf which explains why, when using ODBC, you cannot get return code from stored procedures whatever the database you use. Previous Comments: ------------------------------------------------------------------------ [2001-10-24 13:40:36] [EMAIL PROTECTED] 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 this bug report at http://bugs.php.net/?id=13817&edit=1