Subject Re: [IBO] Bug? GeneratorLinks at IBO 4.6 B + BDS 2006 (Delphi)
Author Helen Borrie
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