Damon,Thanks for your response. Our issue is not how to get the info
that the DB table has been updated with a trigger. We can do that and
then call whatever java code we need. The problem is figuring out the
code to get LCDS to push an update for the objects that we know changed
via the trigger to the connected clients. The part of the equation that
we can't find any example for is what curb47 was trying in his code
above.We know the DB has changed and can call a Java function, we don't
know ho...