| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             
             [2002-04-16 12:48 UTC] emartin_lauzer at hotmail dot com
  [2002-04-16 13:14 UTC] kalowsky@php.net
  | 
    |||||||||||||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 12:00:01 2025 UTC | 
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.