php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #26636 multi-result-set on Sybase
Submitted: 2003-12-15 18:29 UTC Modified: 2003-12-16 00:08 UTC
From: a dot lahaye at wanadoo dot fr Assigned:
Status: Not a bug Package: Sybase-ct (ctlib) related
PHP Version: 4.3.4 OS: Linux RedHat 7.3
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: a dot lahaye at wanadoo dot fr
New email:
PHP Version: OS:

 

 [2003-12-15 18:29 UTC] a dot lahaye at wanadoo dot fr
Description:
------------
Hi,

When your run a stored procedure (under sybase) that make multi-result-set you can only have the first multi-result-set (not the other).

Bug related to : #13763, #11475, #13475, #13735, #12074

for example in a stored procedure (at the end of this)

....
SELECT LIB1, LIB2 FROM LIBELLE
SELECT NAME, FNAME FROM PEOPLE

You have only date from table LIBELLE


Expected result:
----------------
From java you can access to the multi-result-set

Actual result:
--------------
get only the first result set

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-12-16 00:08 UTC] sniper@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.

See bug #13475

 [2004-05-25 21:27 UTC] alahaye at fm2i dot com
Hi all,

On PHP 4.3.7 in "list of change" you said :
>> Fixed handling of return values from storred procedures in mssql_execute() with multiple result sets returned. 

And for Sybase ? Many people have the same pb with Sybase.
Bug related to : #13763, #11475, #13475, #13735, #12074,#26363

Thx a lot.
 [2011-06-09 07:52 UTC] hexes at mail dot ru
Any movements?
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 11 03:01:29 2024 UTC