Subject Re: [IBO] IBO bug: parameters ouside where clause produce
Author Helen Borrie
At 10:18 AM 18/07/2003 +0200, you wrote:
>Helen,
>
>I'm using firebird 1.5 RC4

OK.
You need to open the firebird.conf file in your Firebird root directory,
find the parameter #OldParameterOrdering = 0

Remove the '#' sign and change the zero (= false) to 1 (true). Save
firebird.conf, then stop and restart the server.

The reason for this is that 1.5 fixed a bug with parameter ordering, that
has been around forever in InterBase and Firebird. IBO provides a
workaround for the bug but, because Fb 1.5 is still in beta, it doesn't yet
provide a workaround for the corrected behaviour!! If you have followed
the threads here in recent days, you'll see that some people - Geoff and
Jason - are thinking about how to deal with this.

Helen