php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #22451 PHP doesn't allow stored procedures to return results
Submitted: 2003-02-27 05:27 UTC Modified: 2003-02-27 08:52 UTC
From: rpreti at ig dot com dot br Assigned:
Status: Not a bug Package: ODBC related
PHP Version: 4.2.3 OS: Linux
Private report: No CVE-ID: None
 [2003-02-27 05:27 UTC] rpreti at ig dot com dot br
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.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-02-27 08:52 UTC] sniper@php.net
See the explanation from bug #13817

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 14:01:28 2024 UTC