Dear Mike,
Actually I have set PRIMARY KEY(transactionID, transactionDetailsID, outletFromID, outletToID, transactionType). The outletFromID and outletToID are the host ID/ c which I already included into the primary key list.
Ok below is a sample of data.
Ok let me give one example two data one from outletID=2 and outletID=3 which will be copied over to the central database.
So in this scenario I will see that the data from outletID=3 is after from outletID=2 but in reality let say the exact date for outletID=3 is 2010-01-05 but it was change by the client pc maybe accidentally or purposely so then when we view this data order by date and time on the central server will be wrong order.
So how to maintain this scenario ?
Data from outletID=2
transactionID (5),transactionDetailsID (15),outletFromID(2),outletToID(2) and transactionType(s),transactionDate(2010-01-11),transactionTime(20:00:00)
Data from outletID=3
transactionID (6),transactionDetailsID (26),outletFromID(3),outletToID(3) and transactionType(s),transactionDate(2010-01-12),transactionTime(20:00:00)