Subject | Re: [firebird-php] Empty Result Set |
---|---|
Author | Milan Babuskov |
Post date | 2004-12-29T23:29:25Z |
troth1871 wrote:
there aren't any records. I guess it can be used like this:
if (ibase_query(...) === TRUE)
no records.
I would be a nice feature, but it doesn't seem to work. :(
Prehaps we could write to the developers?
--
Milan Babuskov
http://fbexport.sourceforge.net
http://www.flamerobin.org
> Hi. I'm just developing a web application using firebird as dbms andPHP Manual states that ibase_query() returns TRUE if the query is correct, but
> 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() ?
there aren't any records. I guess it can be used like this:
if (ibase_query(...) === TRUE)
no records.
I would be a nice feature, but it doesn't seem to work. :(
Prehaps we could write to the developers?
--
Milan Babuskov
http://fbexport.sourceforge.net
http://www.flamerobin.org