nested datasets with insert records.

rcoyle

Member²
I am using DOA components in a 3 tier arrangement with a master->detail->detail arrangement. There are actually 2 masters her and one detail. On the client side of the application I hold the inserted datasets are maintained via some tempory unique numbering. I the middle tier I need to change these linked field values to the acutal values assigned by a trigger on the three upating tables. I need to know the best event to make this change what will keep my detail and master records synchronized. The linked fields values are assigned via triggers on the tables of the database. Some how the new key value of table 1 need to be assigned to the field in table 2 ans so on. This problem only occurs during the insertion process.
 
Back
Top