Subject | RE: [firebird-php] FireBird/ADODB |
---|---|
Author | Alan McDonald |
Post date | 2007-06-12T10:34:15Z |
> Panic over - it's too early :)I have also tried to dump the adodb-ibase.inc.php file completely and make a
>
> You have picked up why *I* end up having to overload the driver with
> 'firebird' manually. The _adodb_getdriver is only called if I don't ;)
>
> So YES
> case 'firebird': $drivername = 'firebird'; break;
> should be in that section then we can drop the need to overload.
>
> It's HAS been a long time since I was playing with THAT end of
> the code, but
> I'm just updating bitweaver with the same fix and dropping the
> overload there.
> It does show up that not many people can be using ADOdb datadict
> since that is
> a bug I created a long time ago :(
>
> As an aside, it would be nice to get a perf driver built for
> firebird. That is
> one of the bits that is missing in bitweaver.
>
> --
> Lester Caine - G8HFL
adodb-firebord.inc.php file with all that's good and overwritten with all
that we would rather... but it all fell over so bad I scrapped it again and
went back. Not sure but something seems to not like me just setting up a
firebird class which extends adoconnection without extending the ibase
class...
Alan