|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-05-16 01:13 UTC] jplock at gmail dot com
[2006-05-16 02:54 UTC] jplock at gmail dot com
[2006-05-16 03:00 UTC] jplock at gmail dot com
[2006-05-16 06:29 UTC] tony2001@php.net
[2006-05-16 09:15 UTC] aranna at free dot fr
[2006-05-16 14:28 UTC] jplock at gmail dot com
[2009-04-22 08:15 UTC] hexes at mail dot ru
[2009-04-27 15:52 UTC] jani@php.net
[2009-05-05 01:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Dec 02 22:00:02 2025 UTC |
Description: ------------ PHP is compiled with Sybase ct support (even if using freetds 0.64 or Sybase open client). When i excute a stored procedure with more than one result, it's impossible to retrieve them (only the firt). Reproduce code: --------------- Proc example : create proc more_resultset as //My first select SELECT * FROM table 1 //My second SELECT * FROM table 2 Expected result: ---------------- There is no way with sybase support to exploit more than one result set (like mssql_next_result or mysqli_next_result). I have got the right result when using "isql" client or "tsql" client of Sybase or FreeTds on command line. Actual result: -------------- Having only the first select return