Subject | RE: How to transfer one fdb content to another? |
---|---|
Author | |
Post date | 2014-01-11T11:36:15Z |
Please, explain your situation in more detail.
Do you mean one-time aggregation of the data in two copies of a database, or do you need to constantly keep two databases with the same structure in sync?
If the first, you should start with a 'diff' of the contents and then try to generate suitable insert/update statements to bring the missing data into one of the databases.
If the second - you need replication.