This page (revision-1) was last changed on 29-Nov-2024 16:16 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 14 lines
!!App is primarily a publisher of data.
* Direct sync is less invasive.
* Triggerless publication in JDBC 2.x.
!!App is primarily a subscriber.
* Indirect may be easier, because INSTEAD OF triggers can be a hassle.
!!Other considerations
* Isolation
* Delegation of development responsibilities.
* App vendor comfort levels / support.
!! Most common is the indirect method.
There is usually a better mix as the DBA probably will want to have more control of data flow.
We believe Indirect is more flexible and sustainable over long periods of time. As the tables change within the Database, the DBA can make changes without requiring modifications of the IDM Drivers.