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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

History

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

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 03 10:01:33 2025 UTC