Subject Re: [ib-support] PHP
Author Bernhard Doebler
>
> <?php
> $resultset = ibase_query($conn->_connectionID, $sql, <optional place
> holder params>);
> if ($resultset === false) {
> /*we have a problem */
> } else {
> /*all was fine so carry on */
> }
> ?>
>
> Have you looked at database abstraction like adodb - then you can change
> from interbase to eg mysql and back again "painlessly"?
>

I've once downloaded adodb but have not tried yet. I'll try it if you advise me to.
I dud not know the resultset is false if no record is returned.

Thanks and best regards
Bernhard