From:             a dot lahaye at wanadoo dot fr
Operating system: Linux RedHat 7.3
PHP version:      4.3.4
PHP Bug Type:     *General Issues
Bug description:  multi-result-set on Sybase

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

-- 
Edit bug report at http://bugs.php.net/?id=26636&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=26636&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=26636&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=26636&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=26636&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=26636&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=26636&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=26636&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=26636&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=26636&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=26636&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=26636&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=26636&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=26636&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=26636&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=26636&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=26636&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=26636&r=float

Reply via email to