Avatar

Level 1
Hi Robert,



It sounds like something other than a Flex client is updating
your DB, otherwise LCDS would have taken care of sending updates to
all other subscribed clients. In your case, ideally whatever this
external event that is updating the DB would also trigger a call to
DataServiceTransaction.updateItem() and all clients would be
updated. You would then not have to worry about updating clients
after the fact. Is this possible for you?



Ed