Subject RE: [firebird-php] FireBird/ADODB
Author Alan McDonald
> I think I had some other mods to the main datadict code ...
>
> in /set-up/index.php
> $this->mDataDict = & NewDataDictionary($this->mDbConnection);
>
> becomes
>
> $this->mDataDict = & NewDataDictionary($this->mDbConnection,
> $data['db_type']);
>
> This will pick up the firebird datadict code rather than ibase, but the

I'll try this

> $this->mXmlSchema->ExecuteSchema(); in the next block is still
> not working
> correctly, and does not create the tables.

this works without it anyway - but it would nicve to go firebird (away from
refs to ibase)
Alan