Subject FW: [IBO] Is GeneratorLinks done on client?
Author Jim Harlindong
> I have a generator and a before trigger to assign it to the PK of a table.
> I found that IBO incremented the generator before inserting and
> since I did
> not include the field involved in the INSERT statement, the
> generator on the
> server incremented the generator again (since the field is null).

correction: a "before insert" trigger.

Also this caused an incorrect value of my PK on the client / IBO since it is
using the value that it has obtained from the generator prior to the server
incrementing it. It did not re-get the value from the server.