Subject | Re: [firebird-php] FireBird/ADODB |
---|---|
Author | Lester Caine |
Post date | 2007-06-11T13:47:36Z |
Alan McDonald wrote:
Lester Caine - G8HFL
-----------------------------
Contact - http://home.lsces.co.uk/lsces/wiki/?page=contact
L.S.Caine Electronic Services - http://home.lsces.co.uk
MEDW - http://home.lsces.co.uk/ModelEngineersDigitalWorkshop/
Firebird Foundation Inc. - http://www.firebirdsql.org/index.php
> I finally got the firebriod datadict plugged in. The firebird subclassDid you miss this one?
> wasn't setting the providertype so it was always trying to load the ibase
> datadict.
> in /set-up/index.php--
> $this->mDataDict = & NewDataDictionary($this->mDbConnection);
>
> becomes
>
> $this->mDataDict = & NewDataDictionary($this->mDbConnection, $data['db_type']);
Lester Caine - G8HFL
-----------------------------
Contact - http://home.lsces.co.uk/lsces/wiki/?page=contact
L.S.Caine Electronic Services - http://home.lsces.co.uk
MEDW - http://home.lsces.co.uk/ModelEngineersDigitalWorkshop/
Firebird Foundation Inc. - http://www.firebirdsql.org/index.php