Subject Re: [IBO] TIB_Transaction in master detail
Author Helen Borrie
At 07:32 AM 21-10-02 +0200, you wrote:
>Hello,
>
>I use two TIB_Query components in master-detail relation with one
>TIB_Transaction. The detail table has a FK with the PK of the master table.
>Is it possible with only one TIB_Transaction to commit the detail table
>before master table, cause the other way around there is a key vialation
>error.

If you have the MasterSource and either the MasterLinks or the
MasterParamLinks properly set up (depending on which style of masterlinking
you are doing), IBO will take care of the commit sequence and you won't get
integrity violations.

Helen