php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #8397 Multi-results sets are not suppported
Submitted: 2000-12-24 03:17 UTC Modified: 2010-12-31 20:07 UTC
From: steeven at kali dot com dot cn Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 4.0.4 OS: all
Private report: No CVE-ID: None
 [2000-12-24 03:17 UTC] steeven at kali dot com dot cn
results sets are not supported, only the first result set can be retrieved. for example:
  SELECT 1
  SELECT 3,5
Only the first result set can be fetched.
Each fetch to cursor will get a result set. some very usefull advantage of ADO is that muti-result set are supported, the core function is sp_cursorxxxxx.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-12-31 20:07 UTC] jani@php.net
-Status: Open +Status: Bogus -Package: Feature/Change Request +Package: *General Issues
 [2010-12-31 20:07 UTC] jani@php.net
No idea for what this request was for.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 05:01:29 2024 UTC