Subject Re: Interbase to Firebird conversion, Delphi
Author simonbenedicic
--- In firebird-support@yahoogroups.com, "ulrickebester"
<umeinhof@...> wrote:
> until I got
> Dynamic SQL Error
> SQL error code = -206
> Column unknown
> SKAAP.FAMILIE_ID
>
> At line 1, column 86.
>

Hi,

You can relax alias checking by editing Firebird.conf file:
change -> #RelaxedAliasChecking = 0
to -> RelaxedAliasChecking = 1

Restart Firebird!

This might solve your problem without changing your application.

Best Regards,
Simon