Hello Bruce,
> Sounds to me like the table should just be set as say Topspeed on the server side,
> and Memory on the client side.
thats the way it is defined right now - which seems to be the problem...
> I don't see any value in having it on the server side as a Memory table.
I agree on that, but because both APPs share the same DCT, I had to declare two different tables. They are identical, except of the names, Inventory and MInventory, and the drivers, of course.
When the Client returns data to the server, the xml contains <MINVETORY:SYSID>, while the server expects <INVENTORY:SYSID>.
The queue q.MInventory holds all received records, at the end of AutoService:MInventory they exist in MInventory.
From here I would then copy to the Invertory.TPS. At least that is my desparate solution....
If the table on the clienside would have the same name, INVETORY, then the client would store data locally. Whicf is what I wanted to avoid. And changing the driver at runtime, so that I have just one declaration in the DCT, but separate tables on both sides, is not possible, isn't it?
thanks so far,
Wolfgang