Subject | FW: [IBO] Is GeneratorLinks done on client? |
---|---|
Author | Jim Harlindong |
Post date | 2001-03-13T17:28:38Z |
> I have a generator and a before trigger to assign it to the PK of a table.correction: a "before insert" trigger.
> 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).
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.