Subject | Re: [ib-support] PHP |
---|---|
Author | Bernhard Doebler |
Post date | 2001-06-19T10:17:36Z |
>I've once downloaded adodb but have not tried yet. I'll try it if you advise me to.
> <?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 dud not know the resultset is false if no record is returned.
Thanks and best regards
Bernhard