I'm working on a project with two informix db. One for desktop app, the other is for web app. But they share the same data. The reason for seperation is safety.
My question is what is the best way to keep them consistent? I mean when one database is updated, the other is updated the same way. Are there any tools I can use to link two database together?