Edit report at http://bugs.php.net/bug.php?id=8397&edit=1
ID: 8397 Updated by: [email protected] Reported by: steeven at kali dot com dot cn Summary: Multi-results sets are not suppported -Status: Open +Status: Bogus Type: Feature/Change Request -Package: Feature/Change Request +Package: *General Issues Operating System: all PHP Version: 4.0.4 Block user comment: N Private report: N New Comment: No idea for what this request was for. Previous Comments: ------------------------------------------------------------------------ [2000-12-24 03:17:19] 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. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=8397&edit=1
