Insert record order

hoang

Member
Hello,

I have a problem with order of insert when I have four tables. The tables have a relation master/details.
I have 1 master table and 3 tables details in same level.
I use trigger in database and I need record on one of details tables, but this record is not still insert.
I want change insert order when I make ApplyUpdates, it's possible ?

Thanks.

Hoang

[This message has been edited by hoang (edited 16 October 2002).]
 
The master inserts are applied first of course.

The details are posted in TOracleDataSet creation order, so you can arrange this in any way you like.

------------------
Marco Kalter
Allround Automations
 
Hello,

I have a server Midas then the creation order is important at client part or server part ?

I try to create again TOracleDataSet in Midas server and insert order is not like TOracleDataset creation order.

Thanks.

Hoang-Quan

[This message has been edited by hoang (edited 17 October 2002).]

[This message has been edited by hoang (edited 17 October 2002).]

[This message has been edited by hoang (edited 17 October 2002).]
 
In that case I do not know how to influence things, as it is all controlled by the TClientDataSets.

------------------
Marco Kalter
Allround Automations
 
Back
Top