Edit report at http://bugs.php.net/bug.php?id=26636&edit=1
ID: 26636 Comment by: hexes at mail dot ru Reported by: a dot lahaye at wanadoo dot fr Summary: multi-result-set on Sybase Status: Bogus Type: Bug Package: Sybase-ct (ctlib) related Operating System: Linux RedHat 7.3 PHP Version: 4.3.4 Block user comment: N Private report: N New Comment: Any movements? Previous Comments: ------------------------------------------------------------------------ [2004-05-25 21:27:49] 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. ------------------------------------------------------------------------ [2003-12-16 00:08:17] sni...@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 ------------------------------------------------------------------------ [2003-12-15 18:29:09] 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 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=26636&edit=1