Edit report at http://bugs.php.net/bug.php?id=52862&edit=1

 ID:                 52862
 Comment by:         guamocolatokint at yandex dot ru
 Reported by:        guamocolatokint at yandex dot ru
 Summary:            pdo_dblib does not implement nextRowset()
 Status:             Bogus
 Type:               Bug
 Package:            PDO related
 Operating System:   Lunux Slackware
 PHP Version:        5.3.3
 Block user comment: N

 New Comment:

great! sorry for false report


Previous Comments:
------------------------------------------------------------------------
[2010-09-16 23:34:47] fel...@php.net

It was implemented on trunk, see bug #50755.

------------------------------------------------------------------------
[2010-09-16 17:39:14] guamocolatokint at yandex dot ru

Description:
------------
in MS-SQL i have stored procedures, which returns several rowsets



it's old headache, when calling PDO statement method nextRowset(), I
have PDOException with this message;



 SQLSTATE[IM001]: Driver does not support this function: driver does not
support multiple rowsets





Test script:
---------------
<?;

.....

.....

echo $pdoStatement->nextRowset();

?>

Expected result:
----------------
true of false

Actual result:
--------------
PDOException with message:

 SQLSTATE[IM001]: Driver does not support this function: driver does not
support multiple rowsets


------------------------------------------------------------------------



-- 
Edit this bug report at http://bugs.php.net/bug.php?id=52862&edit=1

Reply via email to