RoryMoynihan
Programmer
Hi,
I have two enterprise applications. The existing app connects to an existing schema. This schema is a linear design. We have a new object-oriented application connected to a relational model designed to reflect our object model, which is new. Both apps will, for now, continue reading and updating there relevant db's. These apps both do the same thing from a users perspective but in different ways.
We need each db to provide a single view of all the data captured by each app by replicating data between each db. We can't use triggers as this will create an infinite loop (16 iterations). Has anyone encountered this problem and if so what was the solution?
I have two enterprise applications. The existing app connects to an existing schema. This schema is a linear design. We have a new object-oriented application connected to a relational model designed to reflect our object model, which is new. Both apps will, for now, continue reading and updating there relevant db's. These apps both do the same thing from a users perspective but in different ways.
We need each db to provide a single view of all the data captured by each app by replicating data between each db. We can't use triggers as this will create an infinite loop (16 iterations). Has anyone encountered this problem and if so what was the solution?