Subject | RE: [firebird-php] FireBird/ADODB |
---|---|
Author | Alan McDonald |
Post date | 2007-06-08T07:10:48Z |
> I think I had some other mods to the main datadict code ...I'll try this
>
> 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
> $this->mXmlSchema->ExecuteSchema(); in the next block is stillthis works without it anyway - but it would nicve to go firebird (away from
> not working
> correctly, and does not create the tables.
refs to ibase)
Alan