Subject Re: [IBO] Bug? GeneratorLinks at IBO 4.6 B + BDS 2006 (Delphi)
Author Andrei Luís
I'm using my_field=my_Generator, sorry, I put spaces around the "="
symbol when I was writing the message... :-(

And, as per I said: it's working with IBO 4.6 Aa with no change in code...

Any idea?

Andrei

2006/6/28, Helen Borrie <helebor@...>:
> At 02:10 PM 28/06/2006, you wrote:
>
> >This IB_query, is using GeneratorLinks to store the value from a
> >generator into a field like this my_field = my_generator. I tried
> >also my_table.my_field = my_generator, and got the same error.
>
> Are these the actual settings you use? They *should* be
>
> my_field=my_Generator
> or
> my_table.my_field=my_Generator.
>
> Don't put spaces around the "=" symbol.
>
> Helen