I have 2 tables being user by clipper and delphi at same time.
It´s order and items order tables. I alter in clipper, suppose, items from order no. 10. In delphi i alter, let´s say, items from order no. 20. When i close the table from delphi, every alterations made in clipper were rolled back.
I use table1.Append , alter data, and table1.Post at the end.
Why the other records are all rolled back ?
Thank You !
It´s order and items order tables. I alter in clipper, suppose, items from order no. 10. In delphi i alter, let´s say, items from order no. 20. When i close the table from delphi, every alterations made in clipper were rolled back.
I use table1.Append , alter data, and table1.Post at the end.
Why the other records are all rolled back ?
Thank You !