From: Johan De Meersman Date: April 8 2010 10:39am Subject: Re: problem reading array data List-Archive: http://lists.mysql.com/mysql/221176 Message-Id: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=001485e7e61a18cccb0483b74ccb --001485e7e61a18cccb0483b74ccb Content-Type: text/plain; charset=ISO-8859-1 On Thu, Apr 8, 2010 at 10:25 AM, nwood wrote: > OK, at a 5 minute glance: > 1.) I think the reason it isn't working is that MySQL/PHP don't support > reading from two buffered result sets concurrently: read from one then > the other. > Specifically, it doesn't support multiple buffered result sets *on one connection*. That means that you *can* do this, but you'll have to open a separate connection for each buffered resultset. -- Bier met grenadyn Is als mosterd by den wyn Sy die't drinkt, is eene kwezel Hy die't drinkt, is ras een ezel --001485e7e61a18cccb0483b74ccb--