From:             rpreti at ig dot com dot br
Operating system: Linux
PHP version:      4.2.3
PHP Bug Type:     ODBC related
Bug description:  PHP doesn't allow stored procedures to return results

This is probably the same bug that is mentioned in Bug id #13817. 
I'm attempting to retrieve values from IBM DB2 7.1 via ODBC. The format
for calling stored procs via ODBC is: 

$result=odbc_prepare($conn,"CALL DSIS.S6S444(?,?)");
odbc_execute($result,&$par)

The question marks are place holders for variable names. 

Does the problem still exist with 4.3.1?

Thanks.

-- 
Edit bug report at http://bugs.php.net/?id=22451&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=22451&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=22451&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=22451&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=22451&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=22451&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=22451&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=22451&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=22451&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=22451&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=22451&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22451&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=22451&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=22451&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=22451&r=gnused

Reply via email to