Subject | Re: Interbase to Firebird conversion, Delphi |
---|---|
Author | simonbenedicic |
Post date | 2008-11-03T17:01:39Z |
--- In firebird-support@yahoogroups.com, "ulrickebester"
<umeinhof@...> wrote:
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
<umeinhof@...> wrote:
> until I gotHi,
> Dynamic SQL Error
> SQL error code = -206
> Column unknown
> SKAAP.FAMILIE_ID
>
> At line 1, column 86.
>
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