Subject Master and detail transactions
Author sascha_luttmann
Hi,

is it possible to have something like master and detail transactions?
In our application the customer can create a new product which is
stored in the BAS_PRODUCTS table. For each product there can be
different prices. These prices are stored in BAS_PRODUCTS_PRICES.
Descriptions for these products are stored in
BAS_PRODUCTS_DESCRIPTIONS. I want the transaction for BAS_PRODUCTS to
be a master transaction and the transactions for prices and
descriptions to be the detail transactions. The master transaction
should see all the data the detail transcations have posted, but if I
rollback the master transaction all changes in the detail
transactions should be cancled too.

Is this possible with IBO 4.2?

Regards,

Sascha