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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 11:01:29 2024 UTC