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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
16 + 22 = ?
Subscribe to this entry?

 
 [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: Tue Apr 23 12:01:31 2024 UTC