J
jacky
Guest
P1,P2,P3 are records in ttparent. ttparent is the TOP-buffer in my dataset ds1. P1 is a record in ttparent, D11 is a record in ttdetail and a child of P1, SD111 and SD112 are records in ttsubddetail and childs of ttdetail-record . I need only these set of records with there before-table records in an new dataset to send them to appserver1. Same for P2. ttparent-record P2 with childs in ttdetail D12 and D21 and childs in ttsubdetail SD211 and SD212. These set I need to send to appserver2 My problem is that they come all in 1 dataset ds1 and I need to split then up per ttparent (and all his childs) in a new dataset. Also I need the before-buffers. When arrived in the concerning appserver I need to evaluate the changes (therefore I need the before-buffer. Otherwise it was a simple copy, but in that case I have only the current values and I lost the changes made.
Continue reading...
Continue reading...