Subject Re: [firebird-php] Empty Result Set
Author Dan Wilson
On 12/28/2004 at 1:40 PM troth1871 wrote:

> Hi. I'm just developing a web application using firebird as dbms and
> everything is working fine, beside on little problem.
>
> Is there any possibility to find out, if an result set returned by the
> function ibase_query() is empty, before trying to fetch the data out
> of the result set with functions like ibase_fetch_row() ?
>
> Thanks a lot for yout help.
> Thomas Roth
>
>

Not that I know of, but I have never seen any kind of performance problem at all in simply issuing ibase_fetch_row() and checking for a return value of false. Is there some problem you are having that makes you wish for such a feature?

Regards,

Dan.