Hello,
Can anybody tell me why multiple resultsets are not (yet) supported by
the mysqli extension in the php 5.0.0 source? Is it just a matter of
time before the mysql_more_results and mysql_next_result are available
or is there a more serious problem?
Arjen de Rijke
Arjen de Rijke wrote:
Hello,
Can anybody tell me why multiple resultsets are not (yet) supported by
the mysqli extension in the php 5.0.0 source? Is it just a matter of
time before the mysql_more_results and mysql_next_result are available
or is there a more serious problem?Arjen de Rijke
Hi Arjen,
as far as I know the fine details of the implementations are being
discussed and hopefully soon there will be a solution for multiple
queries and theirs result sets.
Stay tuned :)
Andrey
Hi,
Can anybody tell me why multiple resultsets are not (yet) supported by
the mysqli extension in the php 5.0.0 source? Is it just a matter of
time before the mysql_more_results and mysql_next_result are available
or is there a more serious problem?
the current implementation for multiple queries in mysql client library isn't
very safe - so we are still discussing and working on a better solution.
Georg