Subject | RE: [firebird-php] FireBird/ADODB |
---|---|
Author | Alan McDonald |
Post date | 2007-06-08T12:03:52Z |
> Alan McDonald wrote:you're more familiar with ADODB...
> >>> Now for the generators!
> >> try that on the datadict-firebird and see if it builds the triggers :)
> >>
> > got them all ok now
>
> Can you copy me back your changes :)
> It would be nice to get it working here as well ;)
>
> --
> Lester Caine - G8HFL
where would a query such as
SELECT pref_name, pref_value FROM {prefs} ...
get transformed into
SELECT pref_name, pref_value FROM "FS_prefs" ...
ad how do I (if there's away) turn off the double quoted object names?
Alan