Unfortunately there's no great way to do this automatically... DMS provides the 
DataServiceTransaction api which you can use to mirror any changes you make 
directly to the database but we do not have a hook to call these automatically 
in response to a database operation.

The one approach I've heard of that works in some databases is to register a 
trigger in the database for that operation, then publish a JMS message in 
response to that trigger.  Then in the LC DS process, you listen for that JMS 
message and use the DataServiceTransaction api to push that change out to the 
clients.

Jeff

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of 
k.sigiscar
Sent: Wednesday, November 19, 2008 3:55 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Can the Data Management Service detect database changes 
(not client changes) ?


Is it possible with LCDS to have the Data Management Service detect
database changes ? We already have LCDS configured with a custom Java
assembler. Any change commited on a client reflects to other clients
and in the database too. But we also have some backend processes
changing the database. In that case, is it possible to configure LCDS
to detect those changes to the database and push them to the clients ?

<<inline: image001.jpg>>

<<inline: image002.jpg>>

Reply via email to