Firebird Question:

How to do replication of Firebird databases?

Firebird Interview Question
Firebird Interview Question

Answer:

Firebird does not offer replication out-of-the-box, you need to use some 3rd party tools. Those external tools add specific triggers that log all the changes in database and replicate to other databases.


Previous QuestionNext Question
How to drop all foreign keys in database?How to disconnect the user connection?