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
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: steeven at kali dot com dot cn
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Sun Dec 22 01:01:30 2024 UTC