Subject Synchronizing databases
Author Aurimas Černius
Hello,

I need to write software, that synchronizes several databases. What I
need is:
1) Synchronizing database definitions (one DB serves as master in this case)
2) Replicating data among several databases. In this case there is
always two-way replication.

Both actions will be performed regulary (once a month expected, but
possibly more often. It is not expected to live replicating).

I saw some components among IBO's, but can't find a good
documentation/examples about how to use them. Also, database structure
is complicated, so I'm interrested in limits of those components.
I'm also interrested in alternatives, both components and applications
for this task. Components/libraries have priority, since we would like
to integrate these tasks into the software we deploy, but a well working
external application is also a possibility.

Once again I warn, that database is a complicated one (not a childish db
of 5 tables o something similar :))

--
Aurimas