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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: rpreti at ig dot com dot br
New email:
PHP Version: OS:

 

 [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: Thu Apr 25 05:01:33 2024 UTC