How to merge two firebird databases DB1 and DB2? Version of both is 3.0.10, structure/tables of the databases is identical - is there a standard way to merge the contents of both databases or copy contents of DB1 into DB2.
Basically you copy all data from one DB into another (or the data from both DB to an empty third one). A Simple Data pump-Utility might do the Job.
Depending on your Application you should make data in DB1 and DB2
"compatible" to be copied together - what ever that means for your
application.