Hi! I have an application that work with LCDS and java. In myapplication
I'm using Data Management.When I update a table, a trigger is updating a
second tablebase on first table modification. From there, I expect to
have thedata adapter of the second table, sending over the network, to
allopen instance, the updated information, but it's not happening. Iadd
a line, who refill my adapter, after the update of the firsttable, but
that just refresh the data on my own instance, the otherone are not
re...