On 13 Aug 2015, at 3:52am, Chris Parsonson <z2668856 at gmail.com> wrote:

> I need to be able to synchronise some fairly simple table in two databases.

Are both copies of a table being changed between synchronisations ?  Are the 
changes just the adding of new rows, or do you sometimes delete or update rows ?

Is the database schema relational ?  In other words, do you have a column of 
one table as the primary key of another table ?

If the answer to all the above questions is 'yes' then it is very difficult to 
synchronise two copies of one database.

Simon.

Reply via email to