php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #52862 pdo_dblib does not implement nextRowset()
Submitted: 2010-09-16 17:39 UTC Modified: 2010-09-16 23:34 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:2 of 2 (100.0%)
Same Version:1 (50.0%)
Same OS:2 (100.0%)
From: guamocolatokint at yandex dot ru Assigned:
Status: Not a bug Package: PDO related
PHP Version: 5.3.3 OS: Lunux Slackware
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: guamocolatokint at yandex dot ru
New email:
PHP Version: OS:

 

 [2010-09-16 17:39 UTC] 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

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-09-16 23:34 UTC] felipe@php.net
-Status: Open +Status: Bogus
 [2010-09-16 23:34 UTC] felipe@php.net
It was implemented on trunk, see bug #50755.
 [2010-09-16 23:57 UTC] guamocolatokint at yandex dot ru
great! sorry for false report
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jan 15 08:01:29 2025 UTC