ID: 39682 Updated by: [EMAIL PROTECTED] Reported By: hink at rac dot cz -Status: Open +Status: Feedback -Bug Type: *General Issues +Bug Type: MSSQL related Operating System: Windows XP SP2 PHP Version: 5.2.0 New Comment:
Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". Thank you for your interest in PHP. Previous Comments: ------------------------------------------------------------------------ [2006-11-29 13:34:38] hink at rac dot cz Description: ------------ When first result set has not been read to end, then calling mssql_next_result($res) has no effect. It worked fine with version 5.0.3. Temporary workaround: insert a cycle to have read the rest of first result set: while(mssql_fetch_next($res)) ; ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=39682&edit=1
