Posted by Oli Filth on 06/26/05 20:54
MrKrinkle said the following on 26/06/2005 16:19:
> mysqli has mysqli_more_results(). What is the equivalent function in
> the older mysql extension?
>
There isn't one!
MySQLi library has support for multiple queries, hence the need for
mysqli_more_results(). The old MySQL library can't perform multiple
queries, hence no need to find if there are more result sets to obtain.
--
Oli
[Back to original message]
|