php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #36344 MSSQL Driver does not support multiple row sets
Submitted: 2006-02-09 17:40 UTC Modified: 2006-02-15 00:28 UTC
From: thomas at changepp dot co dot uk Assigned:
Status: Not a bug Package: Feature/Change Request
PHP Version: 5.1.2 OS: Windows
Private report: No CVE-ID: None
 [2006-02-09 17:40 UTC] thomas at changepp dot co dot uk
Description:
------------
Warning: PDOStatement::nextRowset() [function.nextRowset]: SQLSTATE[IM001]: Driver does not support this function: driver does not support multiple rowsets.


The MSSQL driver should support multiple rowsets since Stored Procedures in MSSQL can return them.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-02-15 00:28 UTC] wez@php.net
Use the ODBC driver instead; the libraries used by the MSSQL driver are no longer supported by microsoft.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 22:01:29 2024 UTC